Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp |
diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp |
index 815a24bc4a7b72dc17ae3a8276bde04105265aa3..18c39105e02afde8701b17a128046788c03e691f 100644 |
--- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp |
+++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp |
@@ -18,6 +18,7 @@ |
#include "core/dom/NameNodeList.h" |
#include "core/dom/NodeList.h" |
#include "core/dom/StaticNodeList.h" |
+#include "core/experiments/Experiments.h" |
#include "core/html/LabelsNodeList.h" |
#include "platform/RuntimeEnabledFeatures.h" |
#include "platform/TraceEvent.h" |
@@ -179,6 +180,8 @@ static void installV8TestSpecialOperationsTemplate(v8::Local<v8::FunctionTemplat |
ALLOW_UNUSED_LOCAL(prototypeTemplate); |
v8::NamedPropertyHandlerConfiguration namedPropertyHandlerConfig(TestSpecialOperationsV8Internal::namedPropertyGetterCallback, TestSpecialOperationsV8Internal::namedPropertySetterCallback, TestSpecialOperationsV8Internal::namedPropertyQueryCallback, 0, TestSpecialOperationsV8Internal::namedPropertyEnumeratorCallback, v8::Local<v8::Value>(), static_cast<v8::PropertyHandlerFlags>(int(v8::PropertyHandlerFlags::kOnlyInterceptStrings))); |
instanceTemplate->SetHandler(namedPropertyHandlerConfig); |
+ String errorMessage; |
+ ALLOW_UNUSED_LOCAL(errorMessage); |
} |
v8::Local<v8::FunctionTemplate> V8TestSpecialOperations::domTemplate(v8::Isolate* isolate) |