| Index: third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp b/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp
|
| index a794acb9979c6fd20b07e496b4b48bc734097a6e..9e61550f965bfaa9c941fa59e9614ad123ee5ade 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp
|
| @@ -9,7 +9,6 @@
|
| #include "core/dom/MessagePort.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| -#include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/testing/BlinkFuzzerTestSupport.h"
|
| #include "public/platform/WebBlobInfo.h"
|
| #include "public/platform/WebMessagePortChannel.h"
|
| @@ -51,7 +50,6 @@ int LLVMFuzzerInitialize(int* argc, char*** argv) {
|
| const char kExposeGC[] = "--expose_gc";
|
| v8::V8::SetFlagsFromString(kExposeGC, sizeof(kExposeGC));
|
| InitializeBlinkFuzzTest(argc, argv);
|
| - RuntimeEnabledFeatures::setV8BasedStructuredCloneEnabled(true);
|
| pageHolder = DummyPageHolder::create().release();
|
| pageHolder->frame().settings()->setScriptEnabled(true);
|
| blobInfoArray = new WebBlobInfoArray();
|
|
|