Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: Source/core/dom/Element.cpp

Issue 22887044: [oilpan] Make the oilpan branch build on Mac. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Add FIXME. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/DocumentEventQueue.cpp ('k') | Source/core/dom/NodeRenderingContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.cpp
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
index 7b8f847529288824048be19f68557228844122d4..17e44becc159e21540b72ed8f3c1292851cbfca1 100644
--- a/Source/core/dom/Element.cpp
+++ b/Source/core/dom/Element.cpp
@@ -2934,7 +2934,6 @@ ElementData::ElementData()
#if ENABLE(SVG)
, m_animatedSVGAttributesAreDirty(false)
#endif
- , m_classNames(0)
{
Handle<ElementData> thisHandle(this);
thisHandle->m_classNames = SpaceSplitString::create();
@@ -2948,7 +2947,6 @@ ElementData::ElementData(unsigned arraySize)
#if ENABLE(SVG)
, m_animatedSVGAttributesAreDirty(false)
#endif
- , m_classNames(0)
{
Handle<ElementData> thisHandle(this);
thisHandle->m_classNames = SpaceSplitString::create();
« no previous file with comments | « Source/core/dom/DocumentEventQueue.cpp ('k') | Source/core/dom/NodeRenderingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698