+2018-01-06 Yusuke Suzuki <utatane.tea@gmail.com>
+
+ Object.getOwnPropertyNames includes "arguments" and "caller" for bound functions
+ https://bugs.webkit.org/show_bug.cgi?id=181321
+
+ Reviewed by Saam Barati.
+
+ * inspector/model/remote-object-get-properties-expected.txt:
+ * inspector/runtime/getProperties-expected.txt:
+ * js/script-tests/strict-throw-type-error.js:
+ * js/strict-throw-type-error-expected.txt:
+
2018-01-05 Youenn Fablet <youenn@apple.com>
Implement Cache API partitioning based on ClientOrigin