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

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

Issue 135103003: Updating <object> upon changing "data", "classid", "type" attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase + method rename Created 6 years, 11 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/html/HTMLObjectElement.h
diff --git a/Source/core/html/HTMLObjectElement.h b/Source/core/html/HTMLObjectElement.h
index 65966c63bd60643ebac90782854e9b5cacd1ecf7..347ed7993f84c2d830523921f786417f11f132d6 100644
--- a/Source/core/html/HTMLObjectElement.h
+++ b/Source/core/html/HTMLObjectElement.h
@@ -99,6 +99,8 @@ private:
bool shouldAllowQuickTimeClassIdQuirk();
bool hasValidClassId();
+ void reloadPluginOnAttributeChange(const QualifiedName&);
+
virtual void refFormAssociatedElement() OVERRIDE { ref(); }
virtual void derefFormAssociatedElement() OVERRIDE { deref(); }

Powered by Google App Engine
This is Rietveld 408576698