Changeset 240641 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 28, 2019, 10:00:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r240637 r240641 1 2019-01-28 Ross Kirsling <[email protected]> 2 3 Remove unnecessary `using namespace WTF`s (or at least restrict their scope). 4 https://bugs.webkit.org/show_bug.cgi?id=193941 5 6 Reviewed by Alex Christensen. 7 8 * API/JSWeakObjectMapRefPrivate.cpp: 9 * bytecompiler/NodesCodegen.cpp: 10 * heap/MachineStackMarker.cpp: 11 * jit/ExecutableAllocator.cpp: 12 * jsc.cpp: 13 * parser/Nodes.cpp: 14 * runtime/DateConstructor.cpp: 15 * runtime/DateConversion.cpp: 16 * runtime/DateInstance.cpp: 17 * runtime/DatePrototype.cpp: 18 * runtime/InitializeThreading.cpp: 19 * runtime/IteratorOperations.cpp: 20 * runtime/JSDateMath.cpp: 21 * runtime/JSGlobalObjectFunctions.cpp: 22 * runtime/StringPrototype.cpp: 23 * runtime/VM.cpp: 24 * testRegExp.cpp: 25 * tools/JSDollarVM.cpp: 26 * yarr/YarrInterpreter.cpp: 27 * yarr/YarrJIT.cpp: 28 * yarr/YarrPattern.cpp: 29 * yarr/YarrUnicodeProperties.cpp: 30 1 31 2019-01-28 Yusuke Suzuki <[email protected]> 2 32
Note:
See TracChangeset
for help on using the changeset viewer.