Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/text/WTFString.h |
| diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/wtf/text/WTFString.h |
| index db638926577db49cdb63c52b690ee9322027ef38..6fe8763e5076193f44d79a270f1aa9c81d47fc66 100644 |
| --- a/third_party/WebKit/Source/wtf/text/WTFString.h |
| +++ b/third_party/WebKit/Source/wtf/text/WTFString.h |
| @@ -426,6 +426,7 @@ class WTF_EXPORT String { |
| } |
| #ifndef NDEBUG |
| + // For use in the debugger. |
| void show() const; |
| #endif |