Ignore:
Timestamp:
Jan 23, 2015, 6:34:18 PM (11 years ago)
Author:
[email protected]
Message:

Web Inspector: Rename InjectedScriptHost::type to subtype
https://bugs.webkit.org/show_bug.cgi?id=140841

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2015-01-23
Reviewed by Timothy Hatcher.

Source/JavaScriptCore:

We were using this to set the subtype of an "object" type RemoteObject
so we should clean up the name and call it subtype.

  • inspector/InjectedScriptHost.h:
  • inspector/InjectedScriptSource.js:
  • inspector/JSInjectedScriptHost.cpp:

(Inspector::JSInjectedScriptHost::subtype):
(Inspector::JSInjectedScriptHost::type): Deleted.

  • inspector/JSInjectedScriptHost.h:
  • inspector/JSInjectedScriptHostPrototype.cpp:

(Inspector::JSInjectedScriptHostPrototype::finishCreation):
(Inspector::jsInjectedScriptHostPrototypeFunctionSubtype):
(Inspector::jsInjectedScriptHostPrototypeFunctionType): Deleted.

Source/WebCore:

  • inspector/WebInjectedScriptHost.cpp:

(WebCore::WebInjectedScriptHost::subtype):
(WebCore::WebInjectedScriptHost::type): Deleted.

  • inspector/WebInjectedScriptHost.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r179035 r179053  
     12015-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
    1222015-01-23  Michael Saboff  <[email protected]>
    223
Note: See TracChangeset for help on using the changeset viewer.