Index: third_party/WebKit/Source/web/TextFinder.h |
diff --git a/third_party/WebKit/Source/web/TextFinder.h b/third_party/WebKit/Source/web/TextFinder.h |
index eab87e7031e7f7a88e03c5c4f514550eb18ec9d0..1f48460022ef820cf8ad19207e03558b6ea024dd 100644 |
--- a/third_party/WebKit/Source/web/TextFinder.h |
+++ b/third_party/WebKit/Source/web/TextFinder.h |
@@ -89,7 +89,7 @@ public: |
~TextFinder(); |
class FindMatch { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
FindMatch(PassRefPtrWillBeRawPtr<Range>, int ordinal); |