Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Unified Diff: Source/WebCore/bindings/v8/custom/V8NotificationCenterCustom.cpp

Issue 6594055: Merge 77738 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « Source/WebCore/bindings/js/JSDesktopNotificationsCustom.cpp ('k') | Source/WebCore/notifications/NotificationCenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698