Title: [219130] trunk/Source/WebCore
Revision
219130
Author
commit-qu...@webkit.org
Date
2017-07-05 09:11:58 -0700 (Wed, 05 Jul 2017)

Log Message

ProcessingInstruction::clearExistingCachedSheet doesn't really exist.
https://bugs.webkit.org/show_bug.cgi?id=174146

Patch by Emilio Cobos Álvarez <eco...@igalia.com> on 2017-07-05
Reviewed by Chris Dumez.

No new tests (no functionality change).

* dom/ProcessingInstruction.h: Remove dead declaration.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (219129 => 219130)


--- trunk/Source/WebCore/ChangeLog	2017-07-05 16:07:27 UTC (rev 219129)
+++ trunk/Source/WebCore/ChangeLog	2017-07-05 16:11:58 UTC (rev 219130)
@@ -1,3 +1,14 @@
+2017-07-05  Emilio Cobos Álvarez  <eco...@igalia.com>
+
+        ProcessingInstruction::clearExistingCachedSheet doesn't really exist.
+        https://bugs.webkit.org/show_bug.cgi?id=174146
+
+        Reviewed by Chris Dumez.
+
+        No new tests (no functionality change).
+
+        * dom/ProcessingInstruction.h: Remove dead declaration.
+
 2017-07-05  Matt Lewis  <jlew...@apple.com>
 
         Unreviewed, rolling out r219128.

Modified: trunk/Source/WebCore/dom/ProcessingInstruction.h (219129 => 219130)


--- trunk/Source/WebCore/dom/ProcessingInstruction.h	2017-07-05 16:07:27 UTC (rev 219129)
+++ trunk/Source/WebCore/dom/ProcessingInstruction.h	2017-07-05 16:11:58 UTC (rev 219130)
@@ -74,8 +74,6 @@
 
     void parseStyleSheet(const String& sheet);
 
-    void clearExistingCachedSheet();
-
     String m_target;
     String m_localHref;
     String m_title;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to