Title: [106120] trunk/Source/WebCore
Revision
106120
Author
[email protected]
Date
2012-01-27 07:15:50 -0800 (Fri, 27 Jan 2012)

Log Message

Removed unused method from CSSStyleSelector
https://bugs.webkit.org/show_bug.cgi?id=77190

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-01-27
Reviewed by Andreas Kling.

* css/CSSStyleSelector.h:
(CSSStyleSelector):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106119 => 106120)


--- trunk/Source/WebCore/ChangeLog	2012-01-27 14:53:32 UTC (rev 106119)
+++ trunk/Source/WebCore/ChangeLog	2012-01-27 15:15:50 UTC (rev 106120)
@@ -1,3 +1,13 @@
+2012-01-27  Thiago Marcos P. Santos  <[email protected]>
+
+        Removed unused method from CSSStyleSelector
+        https://bugs.webkit.org/show_bug.cgi?id=77190
+
+        Reviewed by Andreas Kling.
+
+        * css/CSSStyleSelector.h:
+        (CSSStyleSelector):
+
 2012-01-27  Zeno Albisser  <[email protected]>
 
         [Qt][Mac] Build fails after adding ICU support (r105997).

Modified: trunk/Source/WebCore/css/CSSStyleSelector.h (106119 => 106120)


--- trunk/Source/WebCore/css/CSSStyleSelector.h	2012-01-27 14:53:32 UTC (rev 106119)
+++ trunk/Source/WebCore/css/CSSStyleSelector.h	2012-01-27 15:15:50 UTC (rev 106120)
@@ -203,7 +203,6 @@
     void visitedStateChanged(LinkHash visitedHash) { m_checker.visitedStateChanged(visitedHash); }
 
     void addKeyframeStyle(PassRefPtr<WebKitCSSKeyframesRule>);
-    void addPageStyle(PassRefPtr<CSSPageRule>);
 
     bool checkRegionStyle(Element* regionElement);
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to