Index: Source/core/imagebitmap/ImageBitmapFactories.cpp |
diff --git a/Source/core/imagebitmap/ImageBitmapFactories.cpp b/Source/core/imagebitmap/ImageBitmapFactories.cpp |
index 0028f35485afb30bacb6193cb81adabd19e1a7a6..a75809650543a58b1fa9f236414d7c935c1c5afb 100644 |
--- a/Source/core/imagebitmap/ImageBitmapFactories.cpp |
+++ b/Source/core/imagebitmap/ImageBitmapFactories.cpp |
@@ -60,7 +60,7 @@ static LayoutSize sizeFor(HTMLImageElement* image) |
static IntSize sizeFor(HTMLVideoElement* video) |
{ |
- if (blink::WebMediaPlayer* webMediaPlayer = video->webMediaPlayer()) |
+ if (WebMediaPlayer* webMediaPlayer = video->webMediaPlayer()) |
return webMediaPlayer->naturalSize(); |
return IntSize(); |
} |