Title: [121623] trunk/Source/WebCore
Revision
121623
Author
[email protected]
Date
2012-06-30 02:29:04 -0700 (Sat, 30 Jun 2012)

Log Message

Unreviewed. Remove unused declaration.
HTMLDocumentParser::begin() has no method definition.

* html/parser/HTMLDocumentParser.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (121622 => 121623)


--- trunk/Source/WebCore/ChangeLog	2012-06-30 05:02:16 UTC (rev 121622)
+++ trunk/Source/WebCore/ChangeLog	2012-06-30 09:29:04 UTC (rev 121623)
@@ -1,3 +1,10 @@
+2012-06-30  Kwang Yul Seo  <[email protected]>
+
+        Unreviewed. Remove unused declaration.
+        HTMLDocumentParser::begin() has no method definition.
+
+        * html/parser/HTMLDocumentParser.h:
+
 2012-06-29  No'am Rosenthal  <[email protected]>
 
         Unreviewed, rolling out r121569.

Modified: trunk/Source/WebCore/html/parser/HTMLDocumentParser.h (121622 => 121623)


--- trunk/Source/WebCore/html/parser/HTMLDocumentParser.h	2012-06-30 05:02:16 UTC (rev 121622)
+++ trunk/Source/WebCore/html/parser/HTMLDocumentParser.h	2012-06-30 09:29:04 UTC (rev 121623)
@@ -127,7 +127,6 @@
     bool runScriptsForPausedTreeBuilder();
     void resumeParsingAfterScriptExecution();
 
-    void begin();
     void attemptToEnd();
     void endIfDelayed();
     void attemptToRunDeferredScriptsAndEnd();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to