Upstream version 9.37.193.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / ui / native_app_window.h
index 1ef0b44..7fe49f4 100644 (file)
@@ -34,6 +34,7 @@ class NativeAppWindow {
  public:
   struct CreateParams {
     CreateParams();
+    ~CreateParams();
     // Delegate for this window.
     NativeAppWindowDelegate* delegate;
     // WebContents which the content will be displayed in this window.