Title: [143961] trunk/Source/WebCore
- Revision
- 143961
- Author
- [email protected]
- Date
- 2013-02-25 13:13:04 -0800 (Mon, 25 Feb 2013)
Log Message
Build fix for Debug.
* html/parser/HTMLDocumentParser.cpp:
(WebCore::HTMLDocumentParser::startBackgroundParser):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (143960 => 143961)
--- trunk/Source/WebCore/ChangeLog 2013-02-25 20:58:27 UTC (rev 143960)
+++ trunk/Source/WebCore/ChangeLog 2013-02-25 21:13:04 UTC (rev 143961)
@@ -1,5 +1,12 @@
2013-02-25 Adam Barth <[email protected]>
+ Build fix for Debug.
+
+ * html/parser/HTMLDocumentParser.cpp:
+ (WebCore::HTMLDocumentParser::startBackgroundParser):
+
+2013-02-25 Adam Barth <[email protected]>
+
6% regression in intl1 page cycler on chromium-mac
https://bugs.webkit.org/show_bug.cgi?id=110784
Modified: trunk/Source/WebCore/html/parser/HTMLDocumentParser.cpp (143960 => 143961)
--- trunk/Source/WebCore/html/parser/HTMLDocumentParser.cpp 2013-02-25 20:58:27 UTC (rev 143960)
+++ trunk/Source/WebCore/html/parser/HTMLDocumentParser.cpp 2013-02-25 21:13:04 UTC (rev 143961)
@@ -608,7 +608,6 @@
config->preloadScanner = adoptPtr(new TokenPreloadScanner(document()->url().copy()));
ASSERT(config->xssAuditor->isSafeToSendToAnotherThread());
- ASSERT(config->preloadScanner->isSafeToSendToAnotherThread());
HTMLParserThread::shared()->postTask(bind(&BackgroundHTMLParser::create, reference.release(), config.release()));
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes