Changeset 79211 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Feb 21, 2011, 5:10:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
r79083 r79211 604 604 #endif 605 605 }; 606 #if PLATFORM(WIN) || PLATFORM(QT)606 #if COMPILER(MSVC) 607 607 friend void WTF::deleteOwnedPtr<RareData>(RareData*); 608 608 #endif
Note:
See TracChangeset
for help on using the changeset viewer.