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

Unified Diff: third_party/WebKit/Source/core/timing/Performance.h

Issue 2668753006: Special-case LocalDOMWindow for same-origin access in bindings. (Closed)
Patch Set: . Created 3 years, 11 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: third_party/WebKit/Source/core/timing/Performance.h
diff --git a/third_party/WebKit/Source/core/timing/Performance.h b/third_party/WebKit/Source/core/timing/Performance.h
index 74254e99fc37fe6ee914c76c4e3fcd85f979f6c0..e0e751e4ce301a03256b08bbf0cb29e0d2de9663 100644
--- a/third_party/WebKit/Source/core/timing/Performance.h
+++ b/third_party/WebKit/Source/core/timing/Performance.h
@@ -79,7 +79,7 @@ class CORE_EXPORT Performance final : public PerformanceBase,
static std::pair<String, DOMWindow*> sanitizedAttribution(
ExecutionContext*,
bool hasMultipleContexts,
- Frame* observerFrame);
+ LocalFrame* observerFrame);
dcheng 2017/02/01 07:22:59 We can change this because if you read the long ta
// PerformanceMonitor::Client implementation.
void reportLongTask(double startTime,

Powered by Google App Engine
This is Rietveld 408576698