Title: [142177] trunk/Source/WebCore
Revision
142177
Author
[email protected]
Date
2013-02-07 13:58:03 -0800 (Thu, 07 Feb 2013)

Log Message

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

Reviewed by Adam Barth.

Patch suppresses a chrome crasher.

* Modules/mediastream/MediaStream.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (142176 => 142177)


--- trunk/Source/WebCore/ChangeLog	2013-02-07 21:55:41 UTC (rev 142176)
+++ trunk/Source/WebCore/ChangeLog	2013-02-07 21:58:03 UTC (rev 142177)
@@ -1,3 +1,14 @@
+2013-02-07  Tom Sepez  <[email protected]>
+
+        [V8] Binding Integrity crash in V8MediaStream::createWrapper
+        https://bugs.webkit.org/show_bug.cgi?id=109211
+
+        Reviewed by Adam Barth.
+
+        Patch suppresses a chrome crasher.
+
+        * Modules/mediastream/MediaStream.idl:
+
 2013-02-07  Eric Carlson  <[email protected]>
 
         [Mac] decrease in-band caption advance notice interval

Modified: trunk/Source/WebCore/Modules/mediastream/MediaStream.idl (142176 => 142177)


--- trunk/Source/WebCore/Modules/mediastream/MediaStream.idl	2013-02-07 21:55:41 UTC (rev 142176)
+++ trunk/Source/WebCore/Modules/mediastream/MediaStream.idl	2013-02-07 21:58:03 UTC (rev 142177)
@@ -30,6 +30,7 @@
     Constructor(in MediaStreamTrack[] tracks),
     ConstructorParameters=0,
     CallWith=ScriptExecutionContext,
+    V8SkipVTableValidation
 ] interface MediaStream {
     // DEPRECATED
     readonly attribute DOMString label;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to