| Index: tools/dom/templates/html/dartium/cpp_callback_header.template
|
| diff --git a/tools/dom/templates/html/dartium/cpp_callback_header.template b/tools/dom/templates/html/dartium/cpp_callback_header.template
|
| index 285b523b8846077be618b81343cf58a4b0103add..001207fe902caa2510d0fd1f1bb4278e6274c27b 100644
|
| --- a/tools/dom/templates/html/dartium/cpp_callback_header.template
|
| +++ b/tools/dom/templates/html/dartium/cpp_callback_header.template
|
| @@ -47,7 +47,7 @@ public:
|
| $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)
|
| {
|
|
|