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

Unified Diff: Source/core/dom/Document.h

Issue 16695002: Uptake WebKit Changeset r149185. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Refetch render view and null check AXObjectCache Created 7 years, 6 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
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 3d5380233102ba5c1d54e9a4ff136cf599fc3bd4..cfcf654a4a1fb0f5cafbef2510af99903589d02a 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1295,7 +1295,7 @@ private:
bool m_titleSetExplicitly;
RefPtr<Element> m_titleElement;
- OwnPtr<RenderArena> m_renderArena;
+ RefPtr<RenderArena> m_renderArena;
OwnPtr<AXObjectCache> m_axObjectCache;
OwnPtr<DocumentMarkerController> m_markers;
« no previous file with comments | « LayoutTests/fast/frames/crash-remove-iframe-during-object-beforeload-2-expected.txt ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698