Ignore:
Timestamp:
Nov 1, 2004, 1:23:14 PM (21 years ago)
Author:
darin
Message:
  • fixed <rdar://problem/3855573> Remove reference to "WebScriptMethods" from WebScriptObject.h comments
  • bindings/objc/WebScriptObject.h: Removed unneeded #ifdef protection for multiple includes (since this is an Objective-C header and we use #import for those). Fixed comments as requested in the bug report to match the contents of the file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bindings/objc/WebScriptObject.h

    r7566 r7923  
    44    Public header file.
    55 */
    6 #ifndef _WEB_SCRIPT_OBJECT_H_
    7 #define _WEB_SCRIPT_OBJECT_H_
    86
    97#import <Foundation/Foundation.h>
    108
    11 // NSObject (WebScriptMethods) -----------------------------------------------------
     9// NSObject (WebScripting) -----------------------------------------------------
    1210
    1311/*
    14     The methods in WebScriptMethods are optionally implemented by classes whose
     12    The methods in WebScripting are optionally implemented by classes whose
    1513    interfaces are exported (wrapped) to a web scripting environment.  The
    1614    scripting environment currently supported by WebKit uses the JavaScript
     
    1816   
    1917    Instances automatically reflect their interfaces in the scripting environment.  This
    20     automatic reflection can be overriden using the class methods defined in the WebScriptMethods
     18    automatic reflection can be overriden using the class methods defined in the WebScripting
    2119    informal protocol.
    2220   
     
    261259
    262260@end
    263 
    264 #endif
Note: See TracChangeset for help on using the changeset viewer.