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

Unified Diff: Source/bindings/v8/ScriptHeapSnapshot.h

Issue 40773002: Devirtualize ScriptHeapSnapshot's destructor (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/ScriptHeapSnapshot.h
diff --git a/Source/bindings/v8/ScriptHeapSnapshot.h b/Source/bindings/v8/ScriptHeapSnapshot.h
index 228d4f559871070284c307eb82f33e20c38f7948..1f9981630fd1a6aff6c1bb872e8fdbe384002ffa 100644
--- a/Source/bindings/v8/ScriptHeapSnapshot.h
+++ b/Source/bindings/v8/ScriptHeapSnapshot.h
@@ -55,7 +55,7 @@ public:
{
return adoptRef(new ScriptHeapSnapshot(snapshot));
}
- virtual ~ScriptHeapSnapshot();
+ ~ScriptHeapSnapshot();
String title() const;
unsigned int uid() const;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698