--- a/make/Javadoc.gmk Wed Jun 18 13:12:58 2014 -0700
+++ b/make/Javadoc.gmk Fri Jun 20 13:35:56 2014 -0700
@@ -527,7 +527,7 @@
DOMAPI_HEADER := <strong>Common DOM API</strong>
DOMAPI_BOTTOM := $(call CommonTrademarkBottom,$(DOMAPI_FIRST_COPYRIGHT_YEAR))
DOMAPI_GROUPNAME := Packages
-DOMAPI_REGEXP := com.sun.java.browser.dom:org.w3c.dom*
+DOMAPI_REGEXP := org.w3c.dom*
# DOMAPI_PKGS is located in NON_CORE_PKGS.gmk
# The index.html, options, and packages files
--- a/make/common/NON_CORE_PKGS.gmk Wed Jun 18 13:12:58 2014 -0700
+++ b/make/common/NON_CORE_PKGS.gmk Fri Jun 20 13:35:56 2014 -0700
@@ -33,8 +33,7 @@
# team when determining which APIs to extract javadoc
# comments from.
-DOMAPI_PKGS = com.sun.java.browser.dom \
- org.w3c.dom \
+DOMAPI_PKGS = org.w3c.dom \
org.w3c.dom.bootstrap \
org.w3c.dom.ls \
org.w3c.dom.ranges \