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

Unified Diff: third_party/WebCore/html/HTMLCanvasElement.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/html/DOMSettableTokenList.idl ('k') | third_party/WebCore/html/HTMLDocument.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/html/HTMLCanvasElement.idl
diff --git a/third_party/WebCore/html/HTMLCanvasElement.idl b/third_party/WebCore/html/HTMLCanvasElement.idl
index 9e85dca36de0dba5b75c48ec8c8c1fa75992652b..fdbdefcfe5f30c6a2073b79e1668d5c008f9bb18 100644
--- a/third_party/WebCore/html/HTMLCanvasElement.idl
+++ b/third_party/WebCore/html/HTMLCanvasElement.idl
@@ -37,7 +37,7 @@
#if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
#if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
// The custom binding is needed to handle context creation attributes.
- [Custom] DOMObject getContext(in [Optional=DefaultIsUndefined] DOMString contextId);
+ [Custom] any getContext(in [Optional=DefaultIsUndefined] DOMString contextId);
#endif
#endif
« no previous file with comments | « third_party/WebCore/html/DOMSettableTokenList.idl ('k') | third_party/WebCore/html/HTMLDocument.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698