| Index: Source/bindings/templates/callback_interface.cpp
|
| diff --git a/Source/bindings/templates/callback_interface.cpp b/Source/bindings/templates/callback_interface.cpp
|
| index 23eb731873ff7820997ce4d62373797e9f788c2b..022c8a16362612d213500b6f27c2a6458a659a1f 100644
|
| --- a/Source/bindings/templates/callback_interface.cpp
|
| +++ b/Source/bindings/templates/callback_interface.cpp
|
| @@ -12,7 +12,7 @@
|
| #include "{{filename}}"
|
| {% endfor %}
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| {{v8_class}}::{{v8_class}}(v8::Handle<v8::Function> callback, ScriptState* scriptState)
|
| : ActiveDOMCallback(scriptState->executionContext())
|
| @@ -72,5 +72,5 @@ namespace WebCore {
|
| }
|
|
|
| {% endfor %}
|
| -} // namespace WebCore
|
| +} // namespace blink
|
| {% endfilter %}
|
|
|