Title: [101099] trunk/Source/WebCore
Revision
101099
Author
dslo...@google.com
Date
2011-11-23 11:58:31 -0800 (Wed, 23 Nov 2011)

Log Message

Unreviewed, rebaseline binding tests after http://trac.webkit.org/changeset/101064.

* bindings/scripts/test/JS/JSFloat64Array.cpp:
(WebCore::toFloat64Array):
* bindings/scripts/test/V8/V8Float64Array.cpp:
(WebCore::V8Float64Array::wrapSlow):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (101098 => 101099)


--- trunk/Source/WebCore/ChangeLog	2011-11-23 19:40:41 UTC (rev 101098)
+++ trunk/Source/WebCore/ChangeLog	2011-11-23 19:58:31 UTC (rev 101099)
@@ -1,3 +1,12 @@
+2011-11-23  Dmitry Lomov  <dslo...@google.com>
+
+        Unreviewed, rebaseline binding tests after http://trac.webkit.org/changeset/101064.
+
+        * bindings/scripts/test/JS/JSFloat64Array.cpp:
+        (WebCore::toFloat64Array):
+        * bindings/scripts/test/V8/V8Float64Array.cpp:
+        (WebCore::V8Float64Array::wrapSlow):
+
 2011-11-23  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r101069.

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSFloat64Array.cpp (101098 => 101099)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSFloat64Array.cpp	2011-11-23 19:40:41 UTC (rev 101098)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSFloat64Array.cpp	2011-11-23 19:58:31 UTC (rev 101099)
@@ -246,11 +246,5 @@
 {
     return value.inherits(&JSFloat64Array::s_info) ? static_cast<JSFloat64Array*>(asObject(value))->impl() : 0;
 }
-}
-namespace WTF {
-void Float64Array::neuterBinding(WebCore::ScriptExecutionContext*) {
-}
-}
-namespace WebCore {
 
 }

Modified: trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp (101098 => 101099)


--- trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp	2011-11-23 19:40:41 UTC (rev 101098)
+++ trunk/Source/WebCore/bindings/scripts/test/V8/V8Float64Array.cpp	2011-11-23 19:58:31 UTC (rev 101099)
@@ -106,15 +106,6 @@
     getDOMObjectMap().set(impl, wrapperHandle);
     return wrapper;
 }
-    }
-    namespace WTF {
-    void Float64Array::neuterBinding(WebCore::ScriptExecutionContext*) {
-        v8::Handle<v8::Value> bound = WebCore::toV8(this);
-        v8::Handle<v8::Object> object(bound.As<v8::Object>());
-        object->SetIndexedPropertiesToExternalArrayData(0, v8::kExternalByteArray, 0);
-    }
-    }
-    namespace WebCore {
 
 void V8Float64Array::derefObject(void* object)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to