Index: third_party/WebKit/Source/core/clipboard/DataTransferItem.cpp |
diff --git a/third_party/WebKit/Source/core/clipboard/DataTransferItem.cpp b/third_party/WebKit/Source/core/clipboard/DataTransferItem.cpp |
index 902cde39f20f51d435e2780d757ad8dcd66baeaa..46bde5443d0455f48604608ec5450fe99a000747 100644 |
--- a/third_party/WebKit/Source/core/clipboard/DataTransferItem.cpp |
+++ b/third_party/WebKit/Source/core/clipboard/DataTransferItem.cpp |
@@ -59,7 +59,7 @@ String DataTransferItem::kind() const { |
case DataObjectItem::kFileKind: |
return kind_file; |
} |
- ASSERT_NOT_REACHED(); |
+ NOTREACHED(); |
return String(); |
} |