Title: [193461] branches/safari-601.1.46-branch/Source/_javascript_Core
- Revision
- 193461
- Author
- [email protected]
- Date
- 2015-12-04 12:54:37 -0800 (Fri, 04 Dec 2015)
Log Message
Merge r191397. rdar://problem/23581597
Modified Paths
Diff
Modified: branches/safari-601.1.46-branch/Source/_javascript_Core/ChangeLog (193460 => 193461)
--- branches/safari-601.1.46-branch/Source/_javascript_Core/ChangeLog 2015-12-04 20:54:33 UTC (rev 193460)
+++ branches/safari-601.1.46-branch/Source/_javascript_Core/ChangeLog 2015-12-04 20:54:37 UTC (rev 193461)
@@ -1,5 +1,20 @@
2015-12-04 Timothy Hatcher <[email protected]>
+ Merge r191397. rdar://problem/23581597
+
+ 2015-10-21 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Array previews with Symbol objects have too few preview values
+ https://bugs.webkit.org/show_bug.cgi?id=150404
+
+ Reviewed by Timothy Hatcher.
+
+ * inspector/InjectedScriptSource.js:
+ (InjectedScript.RemoteObject.prototype._appendPropertyPreviews):
+ We should be continuing inside this loop not returning.
+
+2015-12-04 Timothy Hatcher <[email protected]>
+
Merge r191355. rdar://problem/23581597
2015-10-20 Joseph Pecoraro <[email protected]>
Modified: branches/safari-601.1.46-branch/Source/_javascript_Core/inspector/InjectedScriptSource.js (193460 => 193461)
--- branches/safari-601.1.46-branch/Source/_javascript_Core/inspector/InjectedScriptSource.js 2015-12-04 20:54:33 UTC (rev 193460)
+++ branches/safari-601.1.46-branch/Source/_javascript_Core/inspector/InjectedScriptSource.js 2015-12-04 20:54:37 UTC (rev 193461)
@@ -1185,7 +1185,7 @@
preview.lossless = false;
}
this._appendPropertyPreview(preview, internal, {name, type, value: symbolString}, propertiesThreshold);
- return;
+ continue;
}
// Object.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes