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

Unified Diff: Source/core/page/DOMSecurityPolicy.h

Issue 17351003: Rename ContextDestructionObserver to ContextLifecycleObserver (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reapplied Created 7 years, 6 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
« no previous file with comments | « Source/core/html/track/TextTrackRegion.cpp ('k') | Source/core/page/DOMSecurityPolicy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMSecurityPolicy.h
diff --git a/Source/core/page/DOMSecurityPolicy.h b/Source/core/page/DOMSecurityPolicy.h
index 3cbe0da3d67eaea9ae718a3a3eb04f9c5e960008..8a8e29990123547587c11714199614b4107e1440 100644
--- a/Source/core/page/DOMSecurityPolicy.h
+++ b/Source/core/page/DOMSecurityPolicy.h
@@ -27,7 +27,7 @@
#define DOMSecurityPolicy_h
#include "bindings/v8/ScriptWrappable.h"
-#include "core/dom/ContextDestructionObserver.h"
+#include "core/dom/ContextLifecycleObserver.h"
#include <wtf/PassOwnPtr.h>
#include <wtf/RefCounted.h>
#include <wtf/text/WTFString.h>
@@ -39,7 +39,7 @@ class ContentSecurityPolicy;
class DOMStringList;
class Frame;
-class DOMSecurityPolicy : public RefCounted<DOMSecurityPolicy>, public ScriptWrappable, public ContextDestructionObserver {
+class DOMSecurityPolicy : public RefCounted<DOMSecurityPolicy>, public ScriptWrappable, public ContextLifecycleObserver {
public:
static PassRefPtr<DOMSecurityPolicy> create(ScriptExecutionContext* context)
{
« no previous file with comments | « Source/core/html/track/TextTrackRegion.cpp ('k') | Source/core/page/DOMSecurityPolicy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698