Goktug Gokdogan has uploaded a new change for review.
https://gwt-review.googlesource.com/3160
Change subject: Adds onEnsureDebugId delegation to Composite.
......................................................................
Adds onEnsureDebugId delegation to Composite.
Bugs: issue 3812
Change-Id: Ia3e4870e85ea5825bfbd1ccef6c635a4b331601c
---
M user/src/com/google/gwt/user/client/ui/Composite.java
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/user/src/com/google/gwt/user/client/ui/Composite.java
b/user/src/com/google/gwt/user/client/ui/Composite.java
index 257832d..8faab75 100644
--- a/user/src/com/google/gwt/user/client/ui/Composite.java
+++ b/user/src/com/google/gwt/user/client/ui/Composite.java
@@ -184,6 +184,11 @@
widget.onDetach();
}
}
+
+ @Override
+ protected void onEnsureDebugId(String baseID) {
+ widget.onEnsureDebugId(baseID);
+ }
@Override
protected Element resolvePotentialElement() {
--
To view, visit https://gwt-review.googlesource.com/3160
To unsubscribe, visit https://gwt-review.googlesource.com/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3e4870e85ea5825bfbd1ccef6c635a4b331601c
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Goktug Gokdogan <gok...@google.com>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
---
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.