git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reduce allocations in URLParser
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
URLParser.h
diff --git
a/Source/WebCore/platform/URLParser.h
b/Source/WebCore/platform/URLParser.h
index
e2f5047
..
692bc63
100644
(file)
--- a/
Source/WebCore/platform/URLParser.h
+++ b/
Source/WebCore/platform/URLParser.h
@@
-52,7
+52,7
@@
public:
private:
URL m_url;
Vector<LChar> m_asciiBuffer;
- Vector<UChar
32
> m_unicodeFragmentBuffer;
+ Vector<UChar> m_unicodeFragmentBuffer;
bool m_urlIsSpecial { false };
bool m_hostHasPercentOrNonASCII { false };