Index: third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h |
diff --git a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h |
index a35c36f4afb9f359e1c04d6f65ec66fc6a284ece..1353356b0993f7cf35810f12e6b947300f33f8ae 100644 |
--- a/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h |
+++ b/third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvasModules.h |
@@ -5,6 +5,7 @@ |
#ifndef OffscreenCanvasModules_h |
#define OffscreenCanvasModules_h |
+#include "bindings/core/v8/ExceptionState.h" |
#include "modules/ModulesExport.h" |
#include "wtf/Allocator.h" |
#include "wtf/text/WTFString.h" |
@@ -18,7 +19,7 @@ class OffscreenCanvasRenderingContext2D; |
class MODULES_EXPORT OffscreenCanvasModules { |
STATIC_ONLY(OffscreenCanvasModules) |
public: |
- static OffscreenCanvasRenderingContext2D* getContext(OffscreenCanvas&, const String&, const CanvasContextCreationAttributes&); |
+ static OffscreenCanvasRenderingContext2D* getContext(OffscreenCanvas&, const String&, const CanvasContextCreationAttributes&, ExceptionState&); |
}; |
} // namespace blink |