Title: [208870] trunk/Source/WebCore
- Revision
- 208870
- Author
- [email protected]
- Date
- 2016-11-17 17:09:44 -0800 (Thu, 17 Nov 2016)
Log Message
Try to fix the windows build.
* svg/SVGStringList.h:
Remove unnecessary using declarations.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (208869 => 208870)
--- trunk/Source/WebCore/ChangeLog 2016-11-18 00:55:34 UTC (rev 208869)
+++ trunk/Source/WebCore/ChangeLog 2016-11-18 01:09:44 UTC (rev 208870)
@@ -1,3 +1,10 @@
+2016-11-17 Sam Weinig <[email protected]>
+
+ Try to fix the windows build.
+
+ * svg/SVGStringList.h:
+ Remove unnecessary using declarations.
+
2016-11-17 Chris Dumez <[email protected]>
Regression(r208672?): ASSERTION FAILED: isMainThread() in WebCore::Node::ref()
Modified: trunk/Source/WebCore/svg/SVGStringList.h (208869 => 208870)
--- trunk/Source/WebCore/svg/SVGStringList.h 2016-11-18 00:55:34 UTC (rev 208869)
+++ trunk/Source/WebCore/svg/SVGStringList.h 2016-11-18 01:09:44 UTC (rev 208870)
@@ -33,9 +33,6 @@
class SVGStringList final : public SVGStaticListPropertyTearOff<SVGStringListValues> {
public:
- using AnimatedListPropertyTearOff = SVGAnimatedListPropertyTearOff<SVGStringListValues>;
- using ListWrapperCache = AnimatedListPropertyTearOff::ListWrapperCache;
-
static Ref<SVGStringList> create(SVGElement& contextElement, SVGStringListValues& values)
{
return adoptRef(*new SVGStringList(contextElement, values));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes