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

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceTest.cpp

Issue 2668753006: Special-case LocalDOMWindow for same-origin access in bindings. (Closed)
Patch Set: Rebase and address comments. 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/PerformanceTest.cpp
diff --git a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
index 893b97eca915f68ca2aae5032a52e837bbb128e7..dac37503a74d3616b0d8a586c499b509f54b9536 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
+++ b/third_party/WebKit/Source/core/timing/PerformanceTest.cpp
@@ -50,7 +50,7 @@ class PerformanceTest : public ::testing::Test {
String sanitizedAttribution(ExecutionContext* context,
bool hasMultipleContexts,
- Frame* observerFrame) {
+ LocalFrame* observerFrame) {
return Performance::sanitizedAttribution(context, hasMultipleContexts,
observerFrame)
.first;

Powered by Google App Engine
This is Rietveld 408576698