| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 8f062663eef136103300bd2e55aa1d2a6897f378..8e02482610f3e88b667995a3f01b9708362af806 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -202,6 +202,9 @@ class CORE_EXPORT Element : public ContainerNode {
|
|
|
| bool ShouldIgnoreAttributeCase() const;
|
|
|
| + const AtomicString& nonce() const;
|
| + void setNonce(const AtomicString&);
|
| +
|
| // Call this to get the value of the id attribute for style resolution
|
| // purposes. The value will already be lowercased if the document is in
|
| // compatibility mode, so this function is not suitable for non-style uses.
|
|
|