Revision: 6490
Author: j...@google.com
Date: Tue Oct 27 15:39:03 2009
Log: Remove unnecessary << operator and let the compiler do string concat.

http://code.google.com/p/google-web-toolkit/source/detail?r=6490

Modified:
  /changes/jat/single-xpi/plugins/xpcom/ModuleOOPHM.cpp

=======================================
--- /changes/jat/single-xpi/plugins/xpcom/ModuleOOPHM.cpp       Tue Oct 27  
15:36:33 2009
+++ /changes/jat/single-xpi/plugins/xpcom/ModuleOOPHM.cpp       Tue Oct 27  
15:39:03 2009
@@ -141,6 +141,6 @@
    Debug::log(Debug::Info) << "  gecko=" << gecko_version.BeginReading()
        << ", firefox=" << browser_version.BeginReading() << ", abi="
        << os.BeginReading() << "_" << abi.BeginReading() << ", built for "
-      << QUOTE(BROWSER) << Debug::flush;
+      QUOTE(BROWSER) << Debug::flush;
    return NS_NewGenericModule2(&kModuleInfo, result);
  }

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

Reply via email to