Changeset 108168 in webkit for trunk/Source/JavaScriptCore/heap/Weak.h
- Timestamp:
- Feb 18, 2012, 1:30:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Weak.h
r108010 r108168 143 143 144 144 typedef std::nullptr_t EmptyValueType; 145 static EmptyValueType emptyValue() { return EmptyValueType(); }145 static EmptyValueType emptyValue() { return nullptr; } 146 146 147 147 typedef JSC::PassWeak<T> PassInType;
Note:
See TracChangeset
for help on using the changeset viewer.