Changeset 28565 in webkit for trunk/JavaScriptCore/kjs/JSGlobalObject.h
- Timestamp:
- Dec 8, 2007, 10:03:43 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalObject.h
r28527 r28565 223 223 virtual bool shouldInterruptScript() const { return true; } 224 224 225 virtual bool isSafeScript(const JSGlobalObject*) const { return true; }225 virtual bool allowsAccessFrom(const JSGlobalObject*) const { return true; } 226 226 227 227 private:
Note:
See TracChangeset
for help on using the changeset viewer.