Index: Source/WebCore/bindings/v8/custom/V8NotificationCenterCustom.cpp |
=================================================================== |
--- Source/WebCore/bindings/v8/custom/V8NotificationCenterCustom.cpp (revision 79891) |
+++ Source/WebCore/bindings/v8/custom/V8NotificationCenterCustom.cpp (working copy) |
@@ -81,7 +81,7 @@ |
{ |
INC_STATS(L"DOM.NotificationCenter.RequestPermission()"); |
NotificationCenter* notificationCenter = V8NotificationCenter::toNative(args.Holder()); |
- ScriptExecutionContext* context = notificationCenter->context(); |
+ ScriptExecutionContext* context = notificationCenter->scriptExecutionContext(); |
// Make sure that script execution context is valid. |
if (!context) |