Revision: 10293
Author:   [email protected]
Date:     Tue Jun  7 16:34:48 2011
Log: DirectInstallLinker should not immediately remove the script tag it has inserted into the IFRAME as this can fail in Webkit browsers

Review at http://gwt-code-reviews.appspot.com/1454802

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=10293

Modified:
/trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/installScriptDirect.js

=======================================
--- /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/installScriptDirect.js Fri May 6 12:04:58 2011 +++ /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/installScriptDirect.js Tue Jun 7 16:34:48 2011
@@ -14,12 +14,6 @@
     script.src = code;
     sendStats('moduleStartup', 'moduleRequested');
     docbody.appendChild(script);
-
- // Unless we're in pretty mode, remove the tags to shrink the DOM a little.
-    // It should have installed its code immediately after being added.
-    __START_OBFUSCATED_ONLY__
-    docbody.removeChild(script);
-    __END_OBFUSCATED_ONLY__
   }

// Just pass along the filename so that a script tag can be installed in the

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to