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

Unified Diff: third_party/WebCore/workers/WorkerContext.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
« no previous file with comments | « third_party/WebCore/testing/Internals.idl ('k') | third_party/WebCore/xml/XMLHttpRequest.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/workers/WorkerContext.idl
diff --git a/third_party/WebCore/workers/WorkerContext.idl b/third_party/WebCore/workers/WorkerContext.idl
index 402e0b7c6fae7135fa3d458cb3b78239972e579e..3f8625e4d58e292ac9fb803ed55af7985efad3c0 100644
--- a/third_party/WebCore/workers/WorkerContext.idl
+++ b/third_party/WebCore/workers/WorkerContext.idl
@@ -93,7 +93,7 @@
attribute ArrayBufferConstructor ArrayBuffer; // Usable with new operator
attribute Int8ArrayConstructor Int8Array; // Usable with new operator
attribute Uint8ArrayConstructor Uint8Array; // Usable with new operator
- attribute Uint8ArrayConstructor Uint8ClampedArray; // Usable with new operator
+ attribute Uint8ClampedArrayConstructor Uint8ClampedArray; // Usable with new operator
attribute Int16ArrayConstructor Int16Array; // Usable with new operator
attribute Uint16ArrayConstructor Uint16Array; // Usable with new operator
attribute Int32ArrayConstructor Int32Array; // Usable with new operator
« no previous file with comments | « third_party/WebCore/testing/Internals.idl ('k') | third_party/WebCore/xml/XMLHttpRequest.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698