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

Unified Diff: Source/WebCore/Modules/intents/IntentRequest.h

Issue 9479030: Merge 108724 - Don't clear IntentRequest callback pointers on stop() (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 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/Modules/intents/IntentRequest.h
===================================================================
--- Source/WebCore/Modules/intents/IntentRequest.h (revision 109043)
+++ Source/WebCore/Modules/intents/IntentRequest.h (working copy)
@@ -60,6 +60,7 @@
RefPtr<Intent> m_intent;
RefPtr<IntentResultCallback> m_successCallback;
RefPtr<IntentResultCallback> m_errorCallback;
+ bool m_stopped;
};
} // namespace WebCore
« no previous file with comments | « LayoutTests/webintents/web-intents-reload-expected.txt ('k') | Source/WebCore/Modules/intents/IntentRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698