| Index: tools/dom/templates/html/dartium/cpp_callback_header.template
|
| ===================================================================
|
| --- tools/dom/templates/html/dartium/cpp_callback_header.template (revision 31114)
|
| +++ tools/dom/templates/html/dartium/cpp_callback_header.template (working copy)
|
| @@ -47,7 +47,7 @@
|
| $HANDLERS
|
|
|
| private:
|
| - Dart$(INTERFACE)(Dart_Handle object, Dart_Handle& exception, ScriptExecutionContext* context)
|
| + Dart$(INTERFACE)(Dart_Handle object, Dart_Handle& exception, ExecutionContext* context)
|
| : ActiveDOMCallback(context)
|
| , m_callback(object, exception)
|
| {
|
|
|