Changeset 240641 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
- Timestamp:
- Jan 28, 2019, 10:00:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
r239256 r240641 58 58 #include <wtf/unicode/UTF8Conversion.h> 59 59 60 using namespace WTF;61 using namespace Unicode;62 63 60 namespace JSC { 61 62 using namespace WTF::Unicode; 64 63 65 64 const ASCIILiteral ObjectProtoCalledOnNullOrUndefinedError { "Object.prototype.__proto__ called on null or undefined"_s };
Note:
See TracChangeset
for help on using the changeset viewer.