| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| index 03b426601ebdf3c1c438d05ee228fbc7cf5edede..2c5e18eb4b5b6060f1ca10e33ae50f05bd9914af 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
|
| @@ -372,7 +372,7 @@ private:
|
| bool m_cancelled;
|
| bool m_finished;
|
|
|
| - RefPtr<SharedBuffer> m_resourceBuffer; // Only used by the main thread.
|
| + RefPtr<const SharedBuffer> m_resourceBuffer; // Only used by the main thread.
|
|
|
| // The queue contains the data to be passed to the V8 thread.
|
| // queueLeadPosition: data we have handed off to the V8 thread.
|
|
|