Changeset 150539 in webkit for trunk/Source/WebCore/css/CSSPropertySourceData.cpp
- Timestamp:
- May 22, 2013, 1:52:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/css/CSSPropertySourceData.cpp
r150417 r150539 31 31 32 32 #include "config.h" 33 34 #ifdef SKIP_STATIC_CONSTRUCTORS_ON_GCC35 #define CSSPROPERTYSOURCEDATA_HIDE_GLOBALS 136 #endif37 38 33 #include "CSSPropertySourceData.h" 39 34 … … 108 103 } 109 104 110 // Global init routines111 DEFINE_GLOBAL(CSSPropertySourceData, emptyCSSPropertySourceData, "", "e", false, false)112 113 // static114 void CSSPropertySourceData::init()115 {116 static bool initialized;117 if (!initialized) {118 new ((void *) &emptyCSSPropertySourceData) CSSPropertySourceData("", "e", false, false, SourceRange(0, 0));119 initialized = true;120 }121 }122 123 105 } // namespace WebCore
Note:
See TracChangeset
for help on using the changeset viewer.