| Index: WATCHLISTS
|
| diff --git a/WATCHLISTS b/WATCHLISTS
|
| index a6cd5cd7ac2454984c0737d914c88600892ab6e6..6b41ffe61f2a35648155c038b798b323c6bca7f3 100644
|
| --- a/WATCHLISTS
|
| +++ b/WATCHLISTS
|
| @@ -1206,7 +1206,7 @@
|
| '|third_party/WebKit/Source/platform/.*Event'
|
| },
|
| 'blink_fetch': {
|
| - 'filepath': 'third_party/WebKit/Source/core/fetch',
|
| + 'filepath': 'third_party/WebKit/Source/platform/loader/fetch'
|
| },
|
| 'blink_heap': {
|
| 'filepath': 'third_party/WebKit/Source/platform/heap' \
|
| @@ -1216,7 +1216,8 @@
|
| 'filepath': 'third_party/WebKit/Source/core/html/'
|
| },
|
| 'blink_loader': {
|
| - 'filepath': 'third_party/WebKit/Source/core/loader',
|
| + 'filepath': 'third_party/WebKit/Source/core/loader', \
|
| + 'filepath': 'third_party/WebKit/Source/platform/loader'
|
| },
|
| 'blink_modules': {
|
| 'filepath': 'third_party/WebKit/Source/modules'
|
|
|