Chromium Code Reviews| Index: third_party/WebKit/Source/platform/text/Character.h |
| diff --git a/third_party/WebKit/Source/platform/text/Character.h b/third_party/WebKit/Source/platform/text/Character.h |
| index 5ca5136ff1c86789937a0d3af7688d802c7aa127..73a5571d6e2fbd391c1731c0fe3a217510e3f6f2 100644 |
| --- a/third_party/WebKit/Source/platform/text/Character.h |
| +++ b/third_party/WebKit/Source/platform/text/Character.h |
| @@ -80,6 +80,8 @@ public: |
| static bool isUprightInMixedVertical(UChar32 character); |
| + static bool isPotentialCustomElementNameChar(UChar32 character); |
|
dominicc (has gone to gerrit)
2016/04/27 01:42:14
This might be a good place to put a link to the sp
kojii
2016/04/27 03:52:13
Done.
|
| + |
| static bool treatAsSpace(UChar32 c) |
| { |
| return c == spaceCharacter |