Title: [130142] trunk/Source/WebCore
Revision
130142
Author
yu...@chromium.org
Date
2012-10-02 02:29:14 -0700 (Tue, 02 Oct 2012)

Log Message

Remove anonymous namespace from StyleBuilder.cpp for better debugging experience
https://bugs.webkit.org/show_bug.cgi?id=98124

Reviewed by Alexander Pavlov.

* css/StyleBuilder.cpp: removed anonymous namespace.
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (130141 => 130142)


--- trunk/Source/WebCore/ChangeLog	2012-10-02 09:29:01 UTC (rev 130141)
+++ trunk/Source/WebCore/ChangeLog	2012-10-02 09:29:14 UTC (rev 130142)
@@ -1,3 +1,13 @@
+2012-10-02  Yury Semikhatsky  <yu...@chromium.org>
+
+        Remove anonymous namespace from StyleBuilder.cpp for better debugging experience
+        https://bugs.webkit.org/show_bug.cgi?id=98124
+
+        Reviewed by Alexander Pavlov.
+
+        * css/StyleBuilder.cpp: removed anonymous namespace.
+        (WebCore):
+
 2012-10-02  Nikita Vasilyev  <m...@elv1s.ru>
 
         Web Inspector: CSS property names autocomplete: Suggest most used rather than alphabeticaly first

Modified: trunk/Source/WebCore/css/StyleBuilder.cpp (130141 => 130142)


--- trunk/Source/WebCore/css/StyleBuilder.cpp	2012-10-02 09:29:01 UTC (rev 130141)
+++ trunk/Source/WebCore/css/StyleBuilder.cpp	2012-10-02 09:29:14 UTC (rev 130142)
@@ -51,8 +51,6 @@
 
 namespace WebCore {
 
-namespace {
-
 enum ExpandValueBehavior {SuppressValue = 0, ExpandValue};
 template <ExpandValueBehavior expandValue, CSSPropertyID _one_ = CSSPropertyInvalid, CSSPropertyID two = CSSPropertyInvalid, CSSPropertyID three = CSSPropertyInvalid, CSSPropertyID four = CSSPropertyInvalid, CSSPropertyID five = CSSPropertyInvalid>
 class ApplyPropertyExpanding {
@@ -1783,8 +1781,6 @@
 };
 #endif
 
-} // namespace
-
 const StyleBuilder& StyleBuilder::sharedStyleBuilder()
 {
     DEFINE_STATIC_LOCAL(StyleBuilder, styleBuilderInstance, ());
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to