Changeset 138741 in webkit for trunk/Source/JavaScriptCore/runtime/Executable.cpp
- Timestamp:
- Jan 3, 2013, 2:23:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Executable.cpp
r136199 r138741 68 68 return NoIntrinsic; 69 69 } 70 #else 71 Intrinsic ExecutableBase::intrinsic() const 72 { 73 return NoIntrinsic; 74 } 70 75 #endif 71 76
Note:
See TracChangeset
for help on using the changeset viewer.