Changeset 155402 in webkit for trunk/Source/JavaScriptCore/testRegExp.cpp
- Timestamp:
- Sep 9, 2013, 4:37:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/testRegExp.cpp
r154038 r155402 139 139 } 140 140 }; 141 142 COMPILE_ASSERT(!IsInteger<GlobalObject>::value, WTF_IsInteger_GlobalObject_false);143 141 144 142 const ClassInfo GlobalObject::s_info = { "global", &JSGlobalObject::s_info, 0, ExecState::globalObjectTable, CREATE_METHOD_TABLE(GlobalObject) };
Note:
See TracChangeset
for help on using the changeset viewer.