Changeset 28415 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- Dec 4, 2007, 3:53:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r28328 r28415 46 46 virtual bool shouldInterruptScript() const { return true; } 47 47 48 virtual bool isSafeScript(const JSGlobalObject*) { return true; }48 virtual bool isSafeScript(const JSGlobalObject*) const { return true; } 49 49 50 50 private:
Note:
See TracChangeset
for help on using the changeset viewer.