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

Unified Diff: Source/core/dom/PendingScript.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: 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
Index: Source/core/dom/PendingScript.h
diff --git a/Source/core/dom/PendingScript.h b/Source/core/dom/PendingScript.h
index 9425382303d6c8c1afd2e9a219d20f33e82214c6..98d751bf00dc99acfea567c77eea71fc82a67305 100644
--- a/Source/core/dom/PendingScript.h
+++ b/Source/core/dom/PendingScript.h
@@ -98,7 +98,7 @@ public:
virtual void notifyFinished(Resource*);
- void trace(Visitor*);
+ virtual void trace(Visitor*) OVERRIDE;
private:
bool m_watchingForLoad;

Powered by Google App Engine
This is Rietveld 408576698