Changeset 19993 in webkit
- Timestamp:
- Mar 6, 2007, 6:22:20 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r19991 r19993 1 2007-03-06 Kevin McCullough <kmccullough@apple.com> 2 3 Reviewed by Darin. 4 5 <http://bugs.webkit.org/show_bug.cgi?id=12686> 6 REGRESSION: Bloglines.com Feeds tab cannot expand folders in TOT 7 - Now all class constructors implement implementsHasInstance. 8 9 * fast/dom/dom-instanceof-expected.txt: Added. 10 * fast/dom/dom-instanceof.html: Added. 11 1 12 2007-03-06 Justin Garcia <justin.garcia@apple.com> 2 13 -
trunk/WebCore/ChangeLog
r19992 r19993 1 2007-03-06 Kevin McCullough <kmccullough@apple.com> 2 3 Reviewed by Darin. 4 5 <http://bugs.webkit.org/show_bug.cgi?id=12686> 6 REGRESSION: Bloglines.com Feeds tab cannot expand folders in TOT 7 - Now all class constructors implement implementsHasInstance. 8 9 * bindings/scripts/CodeGeneratorJS.pm: 10 1 11 2007-03-07 Nikolas Zimmermann <zimmermann@kde.org> 2 12 -
trunk/WebCore/bindings/scripts/CodeGeneratorJS.pm
r19855 r19993 1649 1649 virtual const ClassInfo* classInfo() const { return &info; } 1650 1650 static const ClassInfo info; 1651 1652 virtual bool implementsHasInstance() const { return true; } 1651 1653 EOF 1652 1654
Note:
See TracChangeset
for help on using the changeset viewer.