Changeset 200970 in webkit
- Timestamp:
- May 16, 2016, 2:53:44 PM (9 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r200958 r200970 1 2016-05-16 Konstantin Tokarev <annulen@yandex.ru> 2 3 Unreviewed, fixed typo in a comment. 4 5 * assembler/MacroAssembler.h: Replaced "onvenience" with 6 "convenience". 7 1 8 2016-05-16 Filip Pizlo <fpizlo@apple.com> 2 9 -
trunk/Source/JavaScriptCore/assembler/MacroAssembler.h
r199792 r200970 272 272 #endif 273 273 274 // Platform agnostic onvenience functions,274 // Platform agnostic convenience functions, 275 275 // described in terms of other macro assembly methods. 276 276 void pop()
Note:
See TracChangeset
for help on using the changeset viewer.