| Index: third_party/WebCore/dom/Document.idl
|
| diff --git a/third_party/WebCore/dom/Document.idl b/third_party/WebCore/dom/Document.idl
|
| index 303d2d75ef2718a92869c525d65dc8138b746e06..bba4322043d7728d1e43b4b5481cc96bf482f0b9 100644
|
| --- a/third_party/WebCore/dom/Document.idl
|
| +++ b/third_party/WebCore/dom/Document.idl
|
| @@ -237,7 +237,7 @@ module core {
|
|
|
| #if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
|
| #if !defined(LANGUAGE_OBJECTIVE_C) || !LANGUAGE_OBJECTIVE_C
|
| - CanvasRenderingContext getCSSCanvasContext(in DOMString contextId, in DOMString name, in long width, in long height);
|
| + [V8Custom] DOMObject getCSSCanvasContext(in DOMString contextId, in DOMString name, in long width, in long height);
|
| #endif
|
| #endif
|
|
|
|
|