| Index: Source/bindings/core/v8/ScriptStreamer.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptStreamer.cpp b/Source/bindings/core/v8/ScriptStreamer.cpp
|
| index 990c58a048766bcd7818f6cab0969e2232331458..3b1f6f73c1ae8f4aead4888161dd1c381fe8a364 100644
|
| --- a/Source/bindings/core/v8/ScriptStreamer.cpp
|
| +++ b/Source/bindings/core/v8/ScriptStreamer.cpp
|
| @@ -97,7 +97,7 @@ public:
|
|
|
| // Called by V8 on a background thread. Should block until we can return
|
| // some data.
|
| - virtual size_t GetMoreData(const uint8_t** src) OVERRIDE
|
| + virtual size_t GetMoreData(const uint8_t** src) override
|
| {
|
| ASSERT(!isMainThread());
|
| {
|
|
|