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

Unified Diff: third_party/WebKit/Source/core/frame/DOMWindowProperty.cpp

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak Created 4 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
Index: third_party/WebKit/Source/core/frame/DOMWindowProperty.cpp
diff --git a/third_party/WebKit/Source/core/frame/DOMWindowProperty.cpp b/third_party/WebKit/Source/core/frame/DOMWindowProperty.cpp
index e907bd601f65ba50cb9c0cb22dc1dd5a1b50bc15..312beaa81fcc665238e8352d5a8c7bcb81152a66 100644
--- a/third_party/WebKit/Source/core/frame/DOMWindowProperty.cpp
+++ b/third_party/WebKit/Source/core/frame/DOMWindowProperty.cpp
@@ -32,9 +32,9 @@
namespace blink {
DOMWindowProperty::DOMWindowProperty(LocalFrame* frame) : m_frame(frame) {
- // FIXME: For now it *is* acceptable for a DOMWindowProperty to be created with a null frame.
- // See fast/dom/navigator-detached-no-crash.html for the recipe.
- // We should fix that. <rdar://problem/11567132>
+ // FIXME: For now it *is* acceptable for a DOMWindowProperty to be created
+ // with a null frame. See fast/dom/navigator-detached-no-crash.html for the
+ // recipe. We should fix that. <rdar://problem/11567132>
if (m_frame) {
// FIXME: Need to figure out what to do with DOMWindowProperties on
// remote DOM windows.
« no previous file with comments | « third_party/WebKit/Source/core/frame/DOMWindow.cpp ('k') | third_party/WebKit/Source/core/frame/Deprecation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698