Index: Source/bindings/tests/results/V8TestInterfaceDoNotCheckConstants.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceDoNotCheckConstants.cpp b/Source/bindings/tests/results/V8TestInterfaceDoNotCheckConstants.cpp |
index 91aa94c3ba62b30aff5d775cd4bf44ee4f000153..06506489c89b098f9fbc89aa23cf2d6786094c1c 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceDoNotCheckConstants.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceDoNotCheckConstants.cpp |
@@ -41,7 +41,6 @@ |
#include "core/dom/ContextFeatures.h" |
#include "core/dom/Document.h" |
#include "platform/TraceEvent.h" |
-#include "wtf/UnusedParam.h" |
namespace WebCore { |
@@ -83,11 +82,8 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestInterfaceDoNotCheckConsta |
0, 0, |
0, 0, |
isolate, currentWorldType); |
- UNUSED_PARAM(defaultSignature); |
- v8::Local<v8::ObjectTemplate> instanceTemplate = functionTemplate->InstanceTemplate(); |
- v8::Local<v8::ObjectTemplate> prototypeTemplate = functionTemplate->PrototypeTemplate(); |
- UNUSED_PARAM(instanceTemplate); |
- UNUSED_PARAM(prototypeTemplate); |
+ v8::Local<v8::ObjectTemplate> ALLOW_UNUSED instanceTemplate = functionTemplate->InstanceTemplate(); |
+ v8::Local<v8::ObjectTemplate> ALLOW_UNUSED prototypeTemplate = functionTemplate->PrototypeTemplate(); |
static const V8DOMConfiguration::ConstantConfiguration V8TestInterfaceDoNotCheckConstantsConstants[] = { |
{"CONST_VALUE_0", 0}, |
{"CONST_JAVASCRIPT", 1}, |