Chromium Code Reviews| Index: Source/web/WebFrameImpl.cpp |
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp |
| index f28f0dc4c0185d67bce914c175ec300b004a2276..ad8f75879b95535a52bf417b473d45fa43f80ba6 100644 |
| --- a/Source/web/WebFrameImpl.cpp |
| +++ b/Source/web/WebFrameImpl.cpp |
| @@ -1283,7 +1283,7 @@ WebString WebFrameImpl::selectionAsText() const |
| return WebString(); |
| String text = range->text(); |
| -#if OS(WINDOWS) |
| +#if OS(WIN) |
| replaceNewlinesWithWindowsStyleNewlines(text); |
| #endif |
| replaceNBSPWithSpace(text); |