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

Unified Diff: Source/web/WebRemoteFrameImpl.cpp

Issue 348833005: [DO NOT COMMIT] Random hacks to unblock work on replication. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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: Source/web/WebRemoteFrameImpl.cpp
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
index 0df2268e7da720cce54081806e790d66c5c9fa3f..bc9e2eb2b73a9ee5d53f1dda63b02fd0812ccf4c 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -247,7 +247,7 @@ void WebRemoteFrameImpl::removeChild(WebFrame* frame)
WebDocument WebRemoteFrameImpl::document() const
{
- ASSERT_NOT_REACHED();
+ //ASSERT_NOT_REACHED();
return WebDocument();
}
@@ -506,12 +506,12 @@ bool WebRemoteFrameImpl::isCommandEnabled(const WebString&) const
void WebRemoteFrameImpl::enableContinuousSpellChecking(bool)
{
- ASSERT_NOT_REACHED();
+ //ASSERT_NOT_REACHED();
}
bool WebRemoteFrameImpl::isContinuousSpellCheckingEnabled() const
{
- ASSERT_NOT_REACHED();
+ //ASSERT_NOT_REACHED();
return false;
}

Powered by Google App Engine
This is Rietveld 408576698