| 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.
|
|
|