Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(669)

Unified Diff: core/html/canvas/ArrayBuffer.idl

Issue 9889044: IDL roll to multivm 1266 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/html/canvas/ArrayBuffer.idl
diff --git a/core/html/canvas/ArrayBuffer.idl b/core/html/canvas/ArrayBuffer.idl
index b56950f28643fb59494564bb0974be2c42d0412d..5aa02b3450d2ac7f0ecb406e9458a1d20d09dba8 100644
--- a/core/html/canvas/ArrayBuffer.idl
+++ b/core/html/canvas/ArrayBuffer.idl
@@ -24,9 +24,7 @@
*/
[
- CustomConstructor(unsigned long length),
- ImplementationNamespace=WTF,
- ImplementationLacksVTable
+ CustomConstructor(unsigned long length)
] interface ArrayBuffer {
readonly attribute unsigned long byteLength;
ArrayBuffer slice(long begin, optional long end);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b