| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 6cd404bd764209b43a22f842acd0932f2d4ed210..238fb681928adf2549d16797e639312722402a33 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -836,7 +836,7 @@ public:
|
| void cancelFocusAppearanceUpdate();
|
|
|
| // Extension for manipulating canvas drawing contexts for use in CSS
|
| - void getCSSCanvasContext(const String& type, const String& name, int width, int height, bool&, RefPtrWillBeRawPtr<CanvasRenderingContext2D>&, bool&, RefPtrWillBeRawPtr<WebGLRenderingContext>&);
|
| + void getCSSCanvasContext(const String& type, const String& name, int width, int height, RefPtrWillBeRawPtr<CanvasRenderingContext2D>&, RefPtrWillBeRawPtr<WebGLRenderingContext>&);
|
| HTMLCanvasElement& getCSSCanvasElement(const String& name);
|
|
|
| bool isDNSPrefetchEnabled() const { return m_isDNSPrefetchEnabled; }
|
|
|