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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp

Issue 2723973002: Make V8Binding helpers return LocalFrame/LocalDOMWindow as appropriate (Closed)
Patch Set: . Created 3 years, 9 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 | « third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
index 4deb1c6ba3876fe687a5581c750d90514e753607..a280c6bb0425930942e23beb63f866b22420c740 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
@@ -506,8 +506,7 @@ WebLocalFrame* WebLocalFrame::frameForCurrentContext() {
}
WebLocalFrame* WebLocalFrame::frameForContext(v8::Local<v8::Context> context) {
- return WebLocalFrameImpl::fromFrame(
- toLocalFrame(toFrameIfNotDetached(context)));
+ return WebLocalFrameImpl::fromFrame(toLocalFrameIfNotDetached(context));
}
WebLocalFrame* WebLocalFrame::fromFrameOwnerElement(const WebElement& element) {
« no previous file with comments | « third_party/WebKit/Source/bindings/templates/interface_base.cpp.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698