Title: [102714] trunk/Source/WebCore/ChangeLog
Revision
102714
Author
[email protected]
Date
2011-12-13 15:50:23 -0800 (Tue, 13 Dec 2011)

Log Message

Inline all of initForRegionStyling except for the rarely used part for non-null regions.
https://bugs.webkit.org/show_bug.cgi?id=74435

Reviewed by Andreas Kling.

* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::initForRegionStyling): Inline setting of m_regionForStyling
(WebCore::CSSStyleSelector::initRegionRules): Move code that only
applies to CSSRegions into non-inlined code.
* css/CSSStyleSelector.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102713 => 102714)


--- trunk/Source/WebCore/ChangeLog	2011-12-13 23:39:48 UTC (rev 102713)
+++ trunk/Source/WebCore/ChangeLog	2011-12-13 23:50:23 UTC (rev 102714)
@@ -1,13 +1,14 @@
 2011-12-13  Tony Chang  <[email protected]>
 
-        inline setting m_regionForStyling since region is rarely set
+        Inline all of initForRegionStyling except for the rarely used part for non-null regions.
         https://bugs.webkit.org/show_bug.cgi?id=74435
 
         Reviewed by Andreas Kling.
 
         * css/CSSStyleSelector.cpp:
-        (WebCore::CSSStyleSelector::initForRegionStyling):
-        (WebCore::CSSStyleSelector::initRegionRules):
+        (WebCore::CSSStyleSelector::initForRegionStyling): Inline setting of m_regionForStyling
+        (WebCore::CSSStyleSelector::initRegionRules): Move code that only
+        applies to CSSRegions into non-inlined code.
         * css/CSSStyleSelector.h:
 
 2011-12-13  James Simonsen  <[email protected]>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to