| Index: third_party/WebKit/Source/core/mojo/MojoHandle.cpp
|
| diff --git a/third_party/WebKit/Source/core/mojo/MojoHandle.cpp b/third_party/WebKit/Source/core/mojo/MojoHandle.cpp
|
| index d46d200dd63c41fe9a006638589a52852b71a726..b28d4ee7dfa1d0036abfd2e84a4fd29fbb8cd68a 100644
|
| --- a/third_party/WebKit/Source/core/mojo/MojoHandle.cpp
|
| +++ b/third_party/WebKit/Source/core/mojo/MojoHandle.cpp
|
| @@ -5,7 +5,6 @@
|
| #include "core/mojo/MojoHandle.h"
|
|
|
| #include "bindings/core/v8/ArrayBufferOrArrayBufferView.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/DOMArrayBufferView.h"
|
| #include "core/dom/ExecutionContext.h"
|
| @@ -20,6 +19,7 @@
|
| #include "core/mojo/MojoWatcher.h"
|
| #include "core/mojo/MojoWriteDataOptions.h"
|
| #include "core/mojo/MojoWriteDataResult.h"
|
| +#include "platform/bindings/ScriptState.h"
|
|
|
| // Mojo messages typically do not contain many handles. In fact most
|
| // messages do not contain any handle. An inline capacity of 4 should avoid
|
|
|