| Index: Source/core/html/HTMLCanvasElement.h
|
| diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
|
| index 71815408b7d78ceb77287a095ecd1f47d7967eb8..02be7589efe49ee0d7f1217fda849c1d9e43dd15 100644
|
| --- a/Source/core/html/HTMLCanvasElement.h
|
| +++ b/Source/core/html/HTMLCanvasElement.h
|
| @@ -90,7 +90,7 @@ public:
|
|
|
| static String toEncodingMimeType(const String& mimeType);
|
| String toDataURL(const String& mimeType, const double* quality, ExceptionState&);
|
| - String toDataURL(const String& mimeType, ExceptionState& es) { return toDataURL(mimeType, 0, es); }
|
| + String toDataURL(const String& mimeType, ExceptionState& exceptionState) { return toDataURL(mimeType, 0, exceptionState); }
|
|
|
| // Used for rendering
|
| void didDraw(const FloatRect&);
|
|
|