| Index: third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| diff --git a/third_party/WebKit/Source/core/dom/AXObjectCache.h b/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| index 8d0e0f7ec38254b21e75a0917f027e8650c2ca58..0624f39d069298421e97e2b49d109e25de11c15c 100644
|
| --- a/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| +++ b/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| @@ -1,5 +1,6 @@
|
| /*
|
| - * Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2003, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights
|
| + * reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions
|
| @@ -108,9 +109,11 @@ class CORE_EXPORT AXObjectCache
|
|
|
| virtual const Element* rootAXEditableElement(const Node*) = 0;
|
|
|
| - // Called by a node when text or a text equivalent (e.g. alt) attribute is changed.
|
| + // Called by a node when text or a text equivalent (e.g. alt) attribute is
|
| + // changed.
|
| virtual void textChanged(LayoutObject*) = 0;
|
| - // Called when a node has just been attached, so we can make sure we have the right subclass of AXObject.
|
| + // Called when a node has just been attached, so we can make sure we have the
|
| + // right subclass of AXObject.
|
| virtual void updateCacheAfterNodeIsAttached(Node*) = 0;
|
|
|
| virtual void handleAttributeChanged(const QualifiedName& attrName,
|
|
|