| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| index ac562eb22beffb3690b0859479ab20ab1ad6b4a2..d12d61aac45390980eca55e4832cb7b37f1f4745 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -192,6 +192,7 @@ CORE_EXPORT bool areIdenticalElements(const Node&, const Node&);
|
| bool isNonTableCellHTMLBlockElement(const Node*);
|
| bool isBlockFlowElement(const Node&);
|
| EUserSelect usedValueOfUserSelect(const Node&);
|
| +bool isInPasswordField(const Position&);
|
| bool isTextSecurityNode(const Node*);
|
| CORE_EXPORT TextDirection directionOfEnclosingBlock(const Position&);
|
| CORE_EXPORT TextDirection directionOfEnclosingBlock(const PositionInFlatTree&);
|
|
|