summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/canvas/CanvasRenderingContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/canvas/CanvasRenderingContext.cpp')
-rw-r--r--Source/WebCore/html/canvas/CanvasRenderingContext.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/html/canvas/CanvasRenderingContext.cpp b/Source/WebCore/html/canvas/CanvasRenderingContext.cpp
index b3f387eb7..c73fc99e4 100644
--- a/Source/WebCore/html/canvas/CanvasRenderingContext.cpp
+++ b/Source/WebCore/html/canvas/CanvasRenderingContext.cpp
@@ -82,6 +82,8 @@ bool CanvasRenderingContext::wouldTaintOrigin(const HTMLVideoElement* video)
if (!video->hasSingleSecurityOrigin())
return true;
+#else
+ UNUSED_PARAM(video);
#endif
return false;