Title: [209679] trunk/Source/WebCore
Revision
209679
Author
[email protected]
Date
2016-12-10 21:14:54 -0800 (Sat, 10 Dec 2016)

Log Message

Rolling out 165737, since it broke layout tests. I need to find a 
different place to put the init.

* contentextensions/ContentExtensionParser.cpp:
(WebCore::ContentExtensions::isValidSelector):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (209678 => 209679)


--- trunk/Source/WebCore/ChangeLog	2016-12-11 01:14:37 UTC (rev 209678)
+++ trunk/Source/WebCore/ChangeLog	2016-12-11 05:14:54 UTC (rev 209679)
@@ -1,3 +1,11 @@
+2016-12-10  Dave Hyatt  <[email protected]>
+
+        Rolling out 165737, since it broke layout tests. I need to find a 
+        different place to put the init.
+
+        * contentextensions/ContentExtensionParser.cpp:
+        (WebCore::ContentExtensions::isValidSelector):
+
 2016-12-10  Simon Fraser  <[email protected]>
 
         Support the deprecated dictionary constructor for DOMPointReadOnly and DOMPoint

Modified: trunk/Source/WebCore/contentextensions/ContentExtensionParser.cpp (209678 => 209679)


--- trunk/Source/WebCore/contentextensions/ContentExtensionParser.cpp	2016-12-11 01:14:37 UTC (rev 209678)
+++ trunk/Source/WebCore/contentextensions/ContentExtensionParser.cpp	2016-12-11 05:14:54 UTC (rev 209679)
@@ -186,7 +186,6 @@
 
 static bool isValidSelector(const String& selector)
 {
-    AtomicString::init(); // Necessary to ensure starAtom is initialized.
     CSSParserContext context(HTMLQuirksMode);
     CSSParser parser(context);
     CSSSelectorList selectorList;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to