Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(267)

Unified Diff: third_party/WebKit/Source/core/dom/ElementRareData.cpp

Issue 2801243002: More tweaks to <script nonce> hiding. (Closed)
Patch Set: Moved tests. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/dom/ElementRareData.cpp
diff --git a/third_party/WebKit/Source/core/dom/ElementRareData.cpp b/third_party/WebKit/Source/core/dom/ElementRareData.cpp
index 448124d9281049cd193238d13cc11ed4c9884dfa..b904c5d8d014a9cffe6287052a8995515bfd30cc 100644
--- a/third_party/WebKit/Source/core/dom/ElementRareData.cpp
+++ b/third_party/WebKit/Source/core/dom/ElementRareData.cpp
@@ -41,6 +41,7 @@ namespace blink {
struct SameSizeAsElementRareData : NodeRareData {
LayoutSize size_for_resizing;
IntSize scroll_offset;
+ AtomicString nonce;
void* pointers[2];
Member<void*> members[14];
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/ElementRareData.h ('k') | third_party/WebKit/Source/core/dom/MockScriptElementBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698