Title: [156236] trunk/Source/WebCore
- Revision
- 156236
- Author
- [email protected]
- Date
- 2013-09-21 17:11:15 -0700 (Sat, 21 Sep 2013)
Log Message
Fix Obj-C bindings test expectations.
Unreviewed.
Bindings tests failed with r156232, from https://bugs.webkit.org/show_bug.cgi?id=121745.
* bindings/scripts/test/ObjC/DOMTestObj.mm:
(-[DOMTestObj reflectedStringAttr]): Update test expectations.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (156235 => 156236)
--- trunk/Source/WebCore/ChangeLog 2013-09-21 23:10:45 UTC (rev 156235)
+++ trunk/Source/WebCore/ChangeLog 2013-09-22 00:11:15 UTC (rev 156236)
@@ -1,3 +1,13 @@
+2013-09-21 Jon Lee <[email protected]>
+
+ Fix Obj-C bindings test expectations.
+ Unreviewed.
+
+ Bindings tests failed with r156232, from https://bugs.webkit.org/show_bug.cgi?id=121745.
+
+ * bindings/scripts/test/ObjC/DOMTestObj.mm:
+ (-[DOMTestObj reflectedStringAttr]): Update test expectations.
+
2013-09-21 Andreas Kling <[email protected]>
Node: FINAL-ize EventTarget overrides.
Modified: trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm (156235 => 156236)
--- trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm 2013-09-21 23:10:45 UTC (rev 156235)
+++ trunk/Source/WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm 2013-09-22 00:11:15 UTC (rev 156236)
@@ -262,7 +262,7 @@
- (NSString *)reflectedStringAttr
{
WebCore::JSMainThreadNullState state;
- return IMPL->fastGetAttribute(WebCore::HTMLNames::reflectedstringattrAttr);
+ return IMPL->getAttribute(WebCore::HTMLNames::reflectedstringattrAttr);
}
- (void)setReflectedStringAttr:(NSString *)newReflectedStringAttr
@@ -322,7 +322,7 @@
- (NSString *)reflectedStringAttr
{
WebCore::JSMainThreadNullState state;
- return IMPL->fastGetAttribute(WebCore::HTMLNames::customContentStringAttrAttr);
+ return IMPL->getAttribute(WebCore::HTMLNames::customContentStringAttrAttr);
}
- (void)setReflectedStringAttr:(NSString *)newReflectedStringAttr
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes