Title: [128228] trunk/Source/WebCore
- Revision
- 128228
- Author
- [email protected]
- Date
- 2012-09-11 15:02:13 -0700 (Tue, 11 Sep 2012)
Log Message
Remove StyleResolver::setStyle, because it's no longer used.
https://bugs.webkit.org/show_bug.cgi?id=96423
Reviewed by Eric Seidel.
No new tests, simple refactoring.
* css/StyleResolver.h: Removed unused function.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (128227 => 128228)
--- trunk/Source/WebCore/ChangeLog 2012-09-11 22:00:35 UTC (rev 128227)
+++ trunk/Source/WebCore/ChangeLog 2012-09-11 22:02:13 UTC (rev 128228)
@@ -1,3 +1,14 @@
+2012-09-11 Dimitri Glazkov <[email protected]>
+
+ Remove StyleResolver::setStyle, because it's no longer used.
+ https://bugs.webkit.org/show_bug.cgi?id=96423
+
+ Reviewed by Eric Seidel.
+
+ No new tests, simple refactoring.
+
+ * css/StyleResolver.h: Removed unused function.
+
2012-09-11 Chris Fleizach <[email protected]>
AX: title attribute is not exposed as the AXDescription on AXImage when there is no other fallback content
Modified: trunk/Source/WebCore/css/StyleResolver.h (128227 => 128228)
--- trunk/Source/WebCore/css/StyleResolver.h 2012-09-11 22:00:35 UTC (rev 128227)
+++ trunk/Source/WebCore/css/StyleResolver.h 2012-09-11 22:02:13 UTC (rev 128228)
@@ -207,8 +207,6 @@
static int legacyFontSize(Document*, int pixelFontSize, bool shouldUseFixedDefaultSize);
public:
- void setStyle(PassRefPtr<RenderStyle> s) { m_style = s; } // Used by the document when setting up its root style.
-
void applyPropertyToStyle(CSSPropertyID, CSSValue*, RenderStyle*);
void applyPropertyToCurrentStyle(CSSPropertyID, CSSValue*);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes