Title: [115585] trunk/Source/WebCore
Revision
115585
Author
[email protected]
Date
2012-04-28 15:45:37 -0700 (Sat, 28 Apr 2012)

Log Message

And again.

* bindings/v8/custom/V8BlobCustom.cpp:
(WebCore::V8Blob::constructorCallback):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (115584 => 115585)


--- trunk/Source/WebCore/ChangeLog	2012-04-28 22:39:17 UTC (rev 115584)
+++ trunk/Source/WebCore/ChangeLog	2012-04-28 22:45:37 UTC (rev 115585)
@@ -1,5 +1,12 @@
 2012-04-28  Sam Weinig  <[email protected]>
 
+        And again.
+
+        * bindings/v8/custom/V8BlobCustom.cpp:
+        (WebCore::V8Blob::constructorCallback):
+
+2012-04-28  Sam Weinig  <[email protected]>
+
         Once again, try to make these puppies work.
 
         * bindings/v8/custom/V8BlobCustom.cpp:

Modified: trunk/Source/WebCore/bindings/v8/custom/V8BlobCustom.cpp (115584 => 115585)


--- trunk/Source/WebCore/bindings/v8/custom/V8BlobCustom.cpp	2012-04-28 22:39:17 UTC (rev 115584)
+++ trunk/Source/WebCore/bindings/v8/custom/V8BlobCustom.cpp	2012-04-28 22:45:37 UTC (rev 115585)
@@ -99,7 +99,7 @@
 
         if (containsEndings) {
             if (endings != "transparent" && endings != "native") {
-                V8Proxy::setDOMException(INVALID_STATE_ERR);
+                V8Proxy::setDOMException(INVALID_STATE_ERR, args.GetIsolate());
                 return v8::Undefined();
             }
         }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to