summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Document.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Document.cpp')
-rw-r--r--WebCore/dom/Document.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/WebCore/dom/Document.cpp b/WebCore/dom/Document.cpp
index ba6dc97..85966d7 100644
--- a/WebCore/dom/Document.cpp
+++ b/WebCore/dom/Document.cpp
@@ -387,14 +387,11 @@ Document::Document(Frame* frame, bool isXHTML)
m_ignoreAutofocus = false;
m_frame = frame;
-<<<<<<< HEAD:WebCore/dom/Document.cpp
- m_renderArena = 0;
-#if !PLATFORM(ANDROID)
-=======
->>>>>>> webkit.org at r51976:WebCore/dom/Document.cpp
+#if !PLATFORM(ANDROID)
m_axObjectCache = 0;
-#endif
+#endif
+
m_docLoader = new DocLoader(this);
visuallyOrdered = false;
@@ -1439,6 +1436,7 @@ void Document::attach()
#if !PLATFORM(ANDROID)
ASSERT(!m_axObjectCache);
#endif
+
if (!m_renderArena)
m_renderArena = new RenderArena();