Changeset 179053 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 23, 2015, 6:34:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r179035 r179053 1 2015-01-23 Joseph Pecoraro <[email protected]> 2 3 Web Inspector: Rename InjectedScriptHost::type to subtype 4 https://bugs.webkit.org/show_bug.cgi?id=140841 5 6 Reviewed by Timothy Hatcher. 7 8 We were using this to set the subtype of an "object" type RemoteObject 9 so we should clean up the name and call it subtype. 10 11 * inspector/InjectedScriptHost.h: 12 * inspector/InjectedScriptSource.js: 13 * inspector/JSInjectedScriptHost.cpp: 14 (Inspector::JSInjectedScriptHost::subtype): 15 (Inspector::JSInjectedScriptHost::type): Deleted. 16 * inspector/JSInjectedScriptHost.h: 17 * inspector/JSInjectedScriptHostPrototype.cpp: 18 (Inspector::JSInjectedScriptHostPrototype::finishCreation): 19 (Inspector::jsInjectedScriptHostPrototypeFunctionSubtype): 20 (Inspector::jsInjectedScriptHostPrototypeFunctionType): Deleted. 21 1 22 2015-01-23 Michael Saboff <[email protected]> 2 23
Note:
See TracChangeset
for help on using the changeset viewer.