Changeset 178042 in webkit for trunk/Source/JavaScriptCore/bindings/ScriptValue.h
- Timestamp:
- Jan 7, 2015, 11:32:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bindings/ScriptValue.h
r178039 r178042 67 67 68 68 #if ENABLE(INSPECTOR) 69 RefPtr<Inspector::InspectorValue> toInspectorValue(JSC::ExecState*) const;69 PassRefPtr<Inspector::InspectorValue> toInspectorValue(JSC::ExecState*) const; 70 70 #endif 71 71
Note:
See TracChangeset
for help on using the changeset viewer.