Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: Source/core/dom/ArrayBuffer.idl

Issue 606653006: bindings: Adds DOMArrayBuffer, etc. as thin wrappers for ArrayBuffer, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Win GPU tests (DOMDataView). Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/ArrayBuffer.idl
diff --git a/Source/core/frame/NavigatorCPU.idl b/Source/core/dom/ArrayBuffer.idl
similarity index 64%
copy from Source/core/frame/NavigatorCPU.idl
copy to Source/core/dom/ArrayBuffer.idl
index 8ec502c58fcc58b61fca0728c16f90bbf480196a..1f659061322f446d0c4483b8e0b9cbf8d221546a 100644
--- a/Source/core/frame/NavigatorCPU.idl
+++ b/Source/core/dom/ArrayBuffer.idl
@@ -3,7 +3,8 @@
// found in the LICENSE file.
[
+ ImplementedAs=DOMArrayBuffer,
NoInterfaceObject,
-] interface NavigatorCPU {
- readonly attribute unsigned long hardwareConcurrency;
+] interface ArrayBuffer {
+ readonly attribute unsigned long byteLength;
};

Powered by Google App Engine
This is Rietveld 408576698