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; |
} |