| Index: Source/bindings/templates/methods.cpp
|
| diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
|
| index ae3caca39f11fbbc4c05cc457b5dc3b525bd3950..a7733bc9d8386b7c2f60793b417a4f9d0b38f431 100644
|
| --- a/Source/bindings/templates/methods.cpp
|
| +++ b/Source/bindings/templates/methods.cpp
|
| @@ -498,7 +498,7 @@ static void {{method.name}}OriginSafeMethodGetterCallback{{world_suffix}}(v8::Lo
|
|
|
| {##############################################################################}
|
| {% macro method_implemented_in_private_script(method) %}
|
| -bool {{v8_class}}::{{method.name}}MethodImplementedInPrivateScript({{method.argument_declarations_for_private_script | join(', ')}})
|
| +bool {{v8_class}}::PrivateScript::{{method.name}}Method({{method.argument_declarations_for_private_script | join(', ')}})
|
| {
|
| if (!frame)
|
| return false;
|
|
|