Index: third_party/WebKit/Source/core/html/ImageData.h |
diff --git a/third_party/WebKit/Source/core/html/ImageData.h b/third_party/WebKit/Source/core/html/ImageData.h |
index 4cb126baa46b68d815be45dfa5bae9e8e78868f9..7b2836eb1fa8c78ec6b4c69a59586d1986d17b5a 100644 |
--- a/third_party/WebKit/Source/core/html/ImageData.h |
+++ b/third_party/WebKit/Source/core/html/ImageData.h |
@@ -43,7 +43,7 @@ class ExceptionState; |
class CORE_EXPORT ImageData final : public GarbageCollectedFinalized<ImageData>, public ScriptWrappable { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
- static ImageData* create(const IntSize&); |
+ static ImageData* create(const IntSize&, ExceptionState&); |
static ImageData* create(const IntSize&, PassRefPtr<DOMUint8ClampedArray>); |
static ImageData* create(unsigned width, unsigned height, ExceptionState&); |
static ImageData* create(DOMUint8ClampedArray*, unsigned width, ExceptionState&); |