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

Unified Diff: third_party/WebCore/html/HTMLEmbedElement.idl

Issue 12316066: Update WebKit idl files after chrome roll (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove deltaMode from WheelEvent template. Created 7 years, 10 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: third_party/WebCore/html/HTMLEmbedElement.idl
diff --git a/third_party/WebCore/html/HTMLEmbedElement.idl b/third_party/WebCore/html/HTMLEmbedElement.idl
index 3716567edf72eef8f16253c32cc0b89d0058a81f..28bcce2aa8937b8567f4fd604a2933b368439561 100644
--- a/third_party/WebCore/html/HTMLEmbedElement.idl
+++ b/third_party/WebCore/html/HTMLEmbedElement.idl
@@ -21,7 +21,8 @@
[
CustomNamedSetter,
JSCustomGetOwnPropertySlotAndDescriptor,
- CustomCall
+ CustomCall,
+ V8SkipVTableValidation
] interface HTMLEmbedElement : HTMLElement {
attribute [Reflect] DOMString align;
#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT

Powered by Google App Engine
This is Rietveld 408576698