+2016-04-30 Ryosuke Niwa <rniwa@webkit.org>
+
+ Node.prototype.rootNode is not Web compatible
+ https://bugs.webkit.org/show_bug.cgi?id=157233
+
+ Reviewed by Chris Dumez.
+
+ Turns out that the name rootNode is not Web compatible. Remove the method for now
+ until we can come up with a better name in https://github.com/whatwg/dom/issues/241.
+
+ No new tests since we're just removing a method.
+
+ * dom/Node.idl:
+
2016-04-30 Darin Adler <darin@apple.com>
Try to fix GTK build.