| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.html
 | 
| index 36c4ebdbeb7b4a3658facdd476e9d049444f4332..c616172bd2ff2a40b1cf16680a0f4a04bdcbc9f7 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-path-empty-shadow-element.html
 | 
| @@ -25,7 +25,7 @@ sandbox.appendChild(
 | 
|                                 createDOM('shadow', {'id': 'K'}))));
 | 
|  
 | 
|  ['A', 'B', 'C', 'A/', 'A/E', 'A/F', 'A//', 'A//H', 'A//I', 'A///', 'A///K'].forEach(function(path) {
 | 
| -    getNodeInTreeOfTrees(path).addEventListener('click', function(event) {
 | 
| +    getNodeInComposedTree(path).addEventListener('click', function(event) {
 | 
|          debug('\nevent.path on node ' + dumpNode(event.currentTarget));
 | 
|          debug(dumpNodeList(event.path));
 | 
|      });
 | 
| 
 |