| Index: webkit/glue/chrome_client_impl.cc
|
| ===================================================================
|
| --- webkit/glue/chrome_client_impl.cc (revision 29946)
|
| +++ webkit/glue/chrome_client_impl.cc (working copy)
|
| @@ -451,7 +451,7 @@
|
|
|
| WebCore::IntPoint ChromeClientImpl::screenToWindow(
|
| const WebCore::IntPoint&) const {
|
| - NOTIMPLEMENTED();
|
| + notImplemented();
|
| return WebCore::IntPoint();
|
| }
|
|
|
| @@ -616,7 +616,7 @@
|
| output_item.type = WebPopupMenuInfo::Item::Separator;
|
| break;
|
| default:
|
| - NOTREACHED();
|
| + ASSERT_NOT_REACHED();
|
| }
|
| }
|
|
|
|
|