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

Unified Diff: Source/core/inspector/InspectorTimelineAgent.h

Issue 334283004: Rename DOMWindow to LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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
Index: Source/core/inspector/InspectorTimelineAgent.h
diff --git a/Source/core/inspector/InspectorTimelineAgent.h b/Source/core/inspector/InspectorTimelineAgent.h
index c193b6553902a7b4261d569b5942956e92840fe8..f74edb7937eb4ef26bc100842a80e018f2556b4b 100644
--- a/Source/core/inspector/InspectorTimelineAgent.h
+++ b/Source/core/inspector/InspectorTimelineAgent.h
@@ -54,7 +54,7 @@ struct TimelineImageInfo;
struct TimelineThreadState;
struct TimelineRecordEntry;
-class DOMWindow;
+class LocalDOMWindow;
class Document;
class DocumentLoader;
class Event;
@@ -140,8 +140,8 @@ public:
bool willCallFunction(ExecutionContext*, int scriptId, const String& scriptName, int scriptLine);
void didCallFunction();
- bool willDispatchEvent(Document* document, const Event& event, DOMWindow* window, Node* node, const EventPath& eventPath);
- bool willDispatchEventOnWindow(const Event& event, DOMWindow* window);
+ bool willDispatchEvent(Document* document, const Event& event, LocalDOMWindow* window, Node* node, const EventPath& eventPath);
+ bool willDispatchEventOnWindow(const Event& event, LocalDOMWindow* window);
void didDispatchEvent();
void didDispatchEventOnWindow();
« no previous file with comments | « Source/core/inspector/InspectorInstrumentation.idl ('k') | Source/core/inspector/InspectorTimelineAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698