| Index: third_party/WebKit/Source/web/ImageDecodeBench.cpp
|
| diff --git a/third_party/WebKit/Source/web/ImageDecodeBench.cpp b/third_party/WebKit/Source/web/ImageDecodeBench.cpp
|
| index 6c8ecc1aa7af9bdd100705426c395f9ff6a08b29..ea632c6f3a289041597e798aba8113d1e1f758b6 100644
|
| --- a/third_party/WebKit/Source/web/ImageDecodeBench.cpp
|
| +++ b/third_party/WebKit/Source/web/ImageDecodeBench.cpp
|
| @@ -367,7 +367,7 @@ int main(int argc, char* argv[])
|
| }
|
| };
|
|
|
| - blink::initializeWithoutV8(new WebPlatform());
|
| + Platform::initialize(new WebPlatform());
|
|
|
| // Set image decoding Platform options.
|
|
|
|
|