Chromium Code Reviews| Index: Source/core/fetch/ResourceClient.h |
| diff --git a/Source/core/fetch/ResourceClient.h b/Source/core/fetch/ResourceClient.h |
| index 16112d2cbd411e272f9f54324013cef2289a691f..6bfbc1b52fb3ef3c7dc33d378e3d58a8d7ecb0a7 100644 |
| --- a/Source/core/fetch/ResourceClient.h |
| +++ b/Source/core/fetch/ResourceClient.h |
| @@ -39,7 +39,8 @@ public: |
| FontType, |
| StyleSheetType, |
| DocumentType, |
| - RawResourceType |
| + RawResourceType, |
| + ScriptType |
| }; |
| virtual ~ResourceClient() { } |