Author: [EMAIL PROTECTED]
Date: Wed Nov 12 15:33:41 2008
New Revision: 4042
Modified:
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Widget.java
Log:
Revert explicit initializer. No gain from it, possible extra code gen, no
time to check
Modified:
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Widget.java
==============================================================================
---
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Widget.java
(original)
+++
branches/1_6_clean_events/user/src/com/google/gwt/user/client/ui/Widget.java
Wed Nov 12 15:33:41 2008
@@ -38,7 +38,7 @@
* <p>
* Package protected to allow Composite to see it.
*/
- int eventsToSink = 0;
+ int eventsToSink;
private boolean attached;
private Object layoutData;
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---