| Index: Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp
|
| diff --git a/Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp b/Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp
|
| index fa3cb468f96683957adade59a086a722f76c55c5..5c361135d7188388ca01dd3e63ad2d127603585e 100644
|
| --- a/Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8XSLTProcessorCustom.cpp
|
| @@ -40,7 +40,7 @@
|
| #include "core/xml/XSLTProcessor.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| void V8XSLTProcessor::setParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| @@ -83,4 +83,4 @@ void V8XSLTProcessor::removeParameterMethodCustom(const v8::FunctionCallbackInfo
|
| impl->removeParameter(namespaceURI, localName);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|