git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Manage SVGPathByteStream through std::unique_ptr
[WebKit-https.git]
/
Source
/
WebCore
/
svg
/
SVGPathElement.h
diff --git
a/Source/WebCore/svg/SVGPathElement.h
b/Source/WebCore/svg/SVGPathElement.h
index
e9f4597
..
47eccfb
100644
(file)
--- a/
Source/WebCore/svg/SVGPathElement.h
+++ b/
Source/WebCore/svg/SVGPathElement.h
@@
-126,7
+126,7
@@
private:
void invalidateMPathDependencies();
private:
-
OwnP
tr<SVGPathByteStream> m_pathByteStream;
+
std::unique_p
tr<SVGPathByteStream> m_pathByteStream;
mutable SVGSynchronizableAnimatedProperty<SVGPathSegList> m_pathSegList;
bool m_isAnimValObserved;
};