| Index: chrome/common/webkit_param_traits.h
|
| diff --git a/chrome/common/webkit_param_traits.h b/chrome/common/webkit_param_traits.h
|
| index b45655f2e18516c628394bf803d9ff0db69209fc..6cb83e58ca90843b8690a6df14fbd31f271ca464 100644
|
| --- a/chrome/common/webkit_param_traits.h
|
| +++ b/chrome/common/webkit_param_traits.h
|
| @@ -29,6 +29,7 @@
|
| #include "third_party/WebKit/WebKit/chromium/public/WebConsoleMessage.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebContextMenuData.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebDragOperation.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebFileError.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebFileSystem.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h"
|
| #include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h"
|
| @@ -333,6 +334,11 @@ struct SimilarTypeTraits<WebKit::WebFileSystem::Type> {
|
| typedef int Type;
|
| };
|
|
|
| +template <>
|
| +struct SimilarTypeTraits<WebKit::WebFileError> {
|
| + typedef int Type;
|
| +};
|
| +
|
| } // namespace IPC
|
|
|
| #endif // CHROME_COMMON_WEBKIT_PARAM_TRAITS_H_
|
|
|