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
/
SVGPathByteStreamBuilder.h
diff --git
a/Source/WebCore/svg/SVGPathByteStreamBuilder.h
b/Source/WebCore/svg/SVGPathByteStreamBuilder.h
index
55803aa
..
5b2b471
100644
(file)
--- a/
Source/WebCore/svg/SVGPathByteStreamBuilder.h
+++ b/
Source/WebCore/svg/SVGPathByteStreamBuilder.h
@@
-22,10
+22,9
@@
#if ENABLE(SVG)
#include "FloatPoint.h"
-#include "PlatformString.h"
#include "SVGPathByteStream.h"
#include "SVGPathConsumer.h"
-#include <wtf/
PassOwnPtr
.h>
+#include <wtf/
text/WTFString
.h>
namespace WebCore {