Title: [141803] trunk/Source/WebCore
Revision
141803
Author
[email protected]
Date
2013-02-04 13:31:47 -0800 (Mon, 04 Feb 2013)

Log Message

[V8] Binding Integrity crash in V8HTMLEmbedElement::createWrapper
https://bugs.webkit.org/show_bug.cgi?id=108841

Reviewed by Adam Barth.

* html/HTMLEmbedElement.idl:
Quick change to IDL to disable binding check for now.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (141802 => 141803)


--- trunk/Source/WebCore/ChangeLog	2013-02-04 21:29:58 UTC (rev 141802)
+++ trunk/Source/WebCore/ChangeLog	2013-02-04 21:31:47 UTC (rev 141803)
@@ -1,3 +1,13 @@
+2013-02-04  Tom Sepez  <[email protected]>
+
+        [V8] Binding Integrity crash in V8HTMLEmbedElement::createWrapper
+        https://bugs.webkit.org/show_bug.cgi?id=108841
+
+        Reviewed by Adam Barth.
+
+        * html/HTMLEmbedElement.idl:
+        Quick change to IDL to disable binding check for now.
+        
 2013-02-04  Martin Robinson  <[email protected]>
 
         Fix GTK+ 'make dist' in preparation for the 1.11.5 release.

Modified: trunk/Source/WebCore/html/HTMLEmbedElement.idl (141802 => 141803)


--- trunk/Source/WebCore/html/HTMLEmbedElement.idl	2013-02-04 21:29:58 UTC (rev 141802)
+++ trunk/Source/WebCore/html/HTMLEmbedElement.idl	2013-02-04 21:31:47 UTC (rev 141803)
@@ -21,7 +21,8 @@
 [
     CustomNamedSetter,
     JSCustomGetOwnPropertySlotAndDescriptor,
-    CustomCall
+    CustomCall,
+    V8SkipVTableValidation
 ] interface HTMLEmbedElement : HTMLElement {
 attribute [Reflect] DOMString align;
 #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to