Changeset 159528 in webkit for trunk/Source/JavaScriptCore/runtime/Structure.h
- Timestamp:
- Nov 19, 2013, 3:48:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Structure.h
r157539 r159528 352 352 void notifyTransitionFromThisStructure() const 353 353 { 354 m_transitionWatchpointSet. notifyWrite();354 m_transitionWatchpointSet.fireAll(); 355 355 } 356 356
Note:
See TracChangeset
for help on using the changeset viewer.