Index: Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
diff --git a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
index 105f06355846447fe081710cc086edded3231592..37a69e74933eb4d8ac611f3a1c3027c56055501d 100644 |
--- a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
+++ b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
@@ -47,7 +47,6 @@ |
#include "core/dom/ContextFeatures.h" |
#include "core/dom/Document.h" |
#include "platform/TraceEvent.h" |
-#include "wtf/UnusedParam.h" |
namespace WebCore { |
@@ -267,11 +266,8 @@ static v8::Handle<v8::FunctionTemplate> ConfigureV8TestSerializedScriptValueInte |
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(); |
// Custom toString template |
functionTemplate->Set(v8::String::NewFromUtf8(isolate, "toString", v8::String::kInternalizedString), V8PerIsolateData::current()->toStringTemplate()); |