| Index: webkit/glue/resource_type.h
|
| diff --git a/webkit/glue/resource_type.h b/webkit/glue/resource_type.h
|
| index aa4a0726ee70c62971e9d73183ed938ad3535445..1de4fd2fdf3ff23defa079d4e967331730a01bbe 100644
|
| --- a/webkit/glue/resource_type.h
|
| +++ b/webkit/glue/resource_type.h
|
| @@ -22,6 +22,7 @@ class ResourceType {
|
| MEDIA, // a media resource.
|
| WORKER, // the main resource of a dedicated worker.
|
| SHARED_WORKER, // the main resource of a shared worker.
|
| + PREFETCH, // an explicitly requested prefetch
|
| LAST_TYPE // Place holder so we don't need to change ValidType
|
| // everytime.
|
| };
|
|
|