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

Unified Diff: Source/core/testing/PrivateScriptTestTest.cpp

Issue 654583003: Use the Document rather than the Frame's execution context to install JS-based marquee elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years, 2 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/testing/PrivateScriptTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/PrivateScriptTestTest.cpp
diff --git a/Source/core/testing/PrivateScriptTestTest.cpp b/Source/core/testing/PrivateScriptTestTest.cpp
index 6eedba0b5ce586fe0c5dee95464a613d3832965a..6185aa0531d0c0650723c60d2c38f9580ce7836a 100644
--- a/Source/core/testing/PrivateScriptTestTest.cpp
+++ b/Source/core/testing/PrivateScriptTestTest.cpp
@@ -23,7 +23,7 @@ public:
PrivateScriptTestTest()
: m_scope(v8::Isolate::GetCurrent())
, m_dummyPageHolder(DummyPageHolder::create())
- , m_privateScriptTest(PrivateScriptTest::create(frame()))
+ , m_privateScriptTest(PrivateScriptTest::create(document()))
{
}
« no previous file with comments | « Source/core/testing/PrivateScriptTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698