Parent Directory
|
Revision Log
|
Patch
| revision 53032 by chrome-release@google.com, Tue Jul 20 10:00:34 2010 UTC | revision 54985 by estade@chromium.org, Wed Aug 4 22:47:19 2010 UTC | |
|---|---|---|
| # | Line 13 | Line 13 |
| 13 | } | } |
| 14 | ||
| 15 | void OwnedWidgetGtk::Own(GtkWidget* widget) { | void OwnedWidgetGtk::Own(GtkWidget* widget) { |
| 16 | if (!widget_) | |
| 17 | return; | |
| 18 | ||
| 19 | DCHECK(!widget_); | DCHECK(!widget_); |
| 20 | // We want to make sure that Own() was called properly, right after the | // We want to make sure that Own() was called properly, right after the |
| 21 | // widget was created. There should be a floating reference. | // widget was created. There should be a floating reference. |
|
||||||||
| Powered by ViewVC 1.1.5 | ViewVC Help |