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

Unified Diff: third_party/WebCore/html/canvas/DataView.idl

Issue 12319151: WebKit IDL roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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: third_party/WebCore/html/canvas/DataView.idl
diff --git a/third_party/WebCore/html/canvas/DataView.idl b/third_party/WebCore/html/canvas/DataView.idl
index e4ad072ab07d40a260cc3354d7817ce185452b9b..60f8fa77cf23fb14dc8b5ed711eeb47226eda4e7 100644
--- a/third_party/WebCore/html/canvas/DataView.idl
+++ b/third_party/WebCore/html/canvas/DataView.idl
@@ -34,9 +34,9 @@
// We have to use custom code because our code generator does not support int8_t type.
// int8_t getInt8(in unsigned long byteOffset);
// uint8_t getUint8(in unsigned long byteOffset);
- [Custom] DOMObject getInt8()
+ [Custom] any getInt8()
raises (DOMException);
- [Custom] DOMObject getUint8()
+ [Custom] any getUint8()
raises (DOMException);
[StrictTypeChecking] short getInt16(in unsigned long byteOffset, in [Optional] boolean littleEndian)
« no previous file with comments | « third_party/WebCore/html/canvas/DOMPath.idl ('k') | third_party/WebCore/html/canvas/WebGLRenderingContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698