| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html
 | 
| index bf93cc9ac74cc5f240b796f10b821654ae5d1186..14cfc251ae4d159f3488398ba5b9ffb36c0ecd97 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-fallback-nodes.html
 | 
| @@ -30,7 +30,7 @@
 | 
|  
 | 
|          clearEventRecords();
 | 
|          debug('\nClick non-used-fallback node');
 | 
| -        getNodeInTreeOfTrees('A/non-used-fallback').click();
 | 
| +        getNodeInComposedTree('A/non-used-fallback').click();
 | 
|          debugDispatchedEvent('click');
 | 
|      </script>
 | 
|  </body>
 | 
| 
 |