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

Unified Diff: Source/core/html/HTMLImageElement.idl

Issue 15004016: Remove VTable-based binding integrity now that ScriptWrappable-based binding integrity is implement… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, remove ImplementationLacksVTable attribute from template. 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/HTMLEmbedElement.idl ('k') | Source/core/html/HTMLInputElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLImageElement.idl
diff --git a/Source/core/html/HTMLImageElement.idl b/Source/core/html/HTMLImageElement.idl
index 3287fd656525e214845d752126a49c5194499f6f..360b2b5d4ccbf2b9a9f4a995f9d720a45af9f632 100644
--- a/Source/core/html/HTMLImageElement.idl
+++ b/Source/core/html/HTMLImageElement.idl
@@ -19,7 +19,6 @@
*/
[
- SkipVTableValidation
] interface HTMLImageElement : HTMLElement {
[Reflect] attribute DOMString name;
[Reflect] attribute DOMString align;
« no previous file with comments | « Source/core/html/HTMLEmbedElement.idl ('k') | Source/core/html/HTMLInputElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698