| 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
|
|
|
|
|