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

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

Issue 463543002: Oilpan: Ensure that classes with virtual trace methods always have vtables for their left-most base… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: new requirements Created 6 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 | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/platform/Supplementable.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index d7dfed11c3a2950a1169c0233d6b18e474af9fcf..94a371939261ac40c29d0ef281709f967ab3c1c8 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -206,7 +206,7 @@ public:
void setObservedDocument(Document&);
protected:
- void trace(Visitor*);
+ virtual void trace(Visitor*);
private:
void registerObserver(Document&);
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | Source/platform/Supplementable.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698