Changeset 240641 in webkit for trunk/Source/JavaScriptCore/yarr/YarrInterpreter.cpp
- Timestamp:
- Jan 28, 2019, 10:00:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/yarr/YarrInterpreter.cpp
r234916 r240641 38 38 #include <wtf/text/WTFString.h> 39 39 40 using namespace WTF;41 42 40 namespace JSC { namespace Yarr { 43 41 … … 1656 1654 unsigned* output; 1657 1655 InputStream input; 1658 BumpPointerPool* allocatorPool { nullptr };1656 WTF::BumpPointerPool* allocatorPool { nullptr }; 1659 1657 unsigned startOffset; 1660 1658 unsigned remainingMatchCount;
Note:
See TracChangeset
for help on using the changeset viewer.