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

Unified Diff: Source/core/html/MediaDocument.h

Issue 14839007: Devirtualize Document class type checking (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Try again Created 7 years, 7 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 | « Source/core/html/ImageDocument.cpp ('k') | Source/core/html/MediaDocument.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/MediaDocument.h
diff --git a/Source/core/html/MediaDocument.h b/Source/core/html/MediaDocument.h
index 101264dee886776900c68a326c6666f35b406ffb..c189796e81bb53476142dd4e4a3c174b8ed83472 100644
--- a/Source/core/html/MediaDocument.h
+++ b/Source/core/html/MediaDocument.h
@@ -43,7 +43,6 @@ public:
private:
MediaDocument(Frame*, const KURL&);
- virtual bool isMediaDocument() const { return true; }
virtual PassRefPtr<DocumentParser> createParser();
virtual void defaultEventHandler(Event*);
« no previous file with comments | « Source/core/html/ImageDocument.cpp ('k') | Source/core/html/MediaDocument.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698