[prev in list] [next in list] [prev in thread] [next in thread] 

List:       htmlunit-develop
Subject:    [HtmlUnit] SVN: [8457] trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/
From:       rbri () users ! sourceforge ! net
Date:       2013-08-27 19:24:38
Message-ID: E1VEOsb-0000eB-Fr () sfs-ml-3 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 8457
          http://sourceforge.net/p/htmlunit/code/8457
Author:   rbri
Date:     2013-08-27 19:24:37 +0000 (Tue, 27 Aug 2013)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.java


Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.java
 ===================================================================
--- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.java	2013-08-27 \
                11:19:05 UTC (rev 8456)
+++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocument.java	2013-08-27 \
19:24:37 UTC (rev 8457) @@ -555,9 +555,10 @@
         if (thisObj instanceof HTMLDocument && thisObj.getPrototype() instanceof \
HTMLDocument) {  return (HTMLDocument) thisObj;
         }
-        else if (thisObj instanceof DocumentProxy && thisObj.getPrototype() \
instanceof HTMLDocument) { +        if (thisObj instanceof DocumentProxy && \
thisObj.getPrototype() instanceof HTMLDocument) {  return (HTMLDocument) \
((DocumentProxy) thisObj).getDelegee();  }
+
         final Window window = getWindow(thisObj);
         final BrowserVersion browser = \
window.getWebWindow().getWebClient().getBrowserVersion();  if \
(browser.hasFeature(GENERATED_53)) {


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
HtmlUnit-develop mailing list
HtmlUnit-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic