Changeset 181214 in webkit for trunk/Source/JavaScriptCore/runtime/Structure.cpp
- Timestamp:
- Mar 7, 2015, 2:20:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Structure.cpp
r181010 r181214 37 37 #include "StructureChain.h" 38 38 #include "StructureRareDataInlines.h" 39 #include "WeakGCMapInlines.h"40 39 #include <wtf/CommaPrinter.h> 41 40 #include <wtf/ProcessID.h> … … 92 91 // This handles the second transition being added 93 92 // (or the first transition being despecified!) 94 setMap(new TransitionMap( vm));93 setMap(new TransitionMap()); 95 94 add(vm, existingTransition); 96 95 }
Note:
See TracChangeset
for help on using the changeset viewer.