| Index: third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| diff --git a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| index 9b0b81c7e8ca9629aca5eb9813020d7ca062c018..e9ddf972913f51896f0dc49f11538d12c50aa4d0 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "bindings/modules/v8/UnionTypesModules.h"
|
| #include "core/frame/ImageBitmap.h"
|
| -#include "platform/NotImplemented.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/StaticBitmapImage.h"
|
| #include "wtf/Assertions.h"
|
| @@ -44,7 +43,7 @@ void OffscreenCanvasRenderingContext2D::setOriginTainted()
|
|
|
| bool OffscreenCanvasRenderingContext2D::wouldTaintOrigin(CanvasImageSource* source)
|
| {
|
| - notImplemented();
|
| + NOTIMPLEMENTED();
|
| return false;
|
| }
|
|
|
|
|