Title: [101431] trunk/Source/WebCore
Revision
101431
Author
hara...@chromium.org
Date
2011-11-29 16:30:19 -0800 (Tue, 29 Nov 2011)

Log Message

Unreviewed. Rebaselined a run-bindings-tests result.

* bindings/scripts/test/JS/JSFloat64Array.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (101430 => 101431)


--- trunk/Source/WebCore/ChangeLog	2011-11-30 00:23:23 UTC (rev 101430)
+++ trunk/Source/WebCore/ChangeLog	2011-11-30 00:30:19 UTC (rev 101431)
@@ -1,3 +1,9 @@
+2011-11-29  Kentaro Hara  <hara...@chromium.org>
+
+        Unreviewed. Rebaselined a run-bindings-tests result.
+
+        * bindings/scripts/test/JS/JSFloat64Array.h:
+
 2011-11-10  Xiaomei Ji  <x...@chromium.org>
 
         --webkit-visual-word should be able to reach end of text, instead of end of line

Modified: trunk/Source/WebCore/bindings/scripts/test/JS/JSFloat64Array.h (101430 => 101431)


--- trunk/Source/WebCore/bindings/scripts/test/JS/JSFloat64Array.h	2011-11-30 00:23:23 UTC (rev 101430)
+++ trunk/Source/WebCore/bindings/scripts/test/JS/JSFloat64Array.h	2011-11-30 00:30:19 UTC (rev 101431)
@@ -57,7 +57,7 @@
     {
         return static_cast<Float64Array*>(Base::impl());
     }
-    static const TypedArrayType TypedArrayStorageType = TypedArrayFloat64;
+    static const JSC::TypedArrayType TypedArrayStorageType = JSC::TypedArrayFloat64;
     intptr_t m_storageLength;
     void* m_storage;
 protected:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to